diff --git a/spliit/.env.example b/spliit/.env.example index bdaa1f1..b31530c 100644 --- a/spliit/.env.example +++ b/spliit/.env.example @@ -3,5 +3,5 @@ POSTGRES_PASSWORD= SPLIIT_POSTGRES_DIR= # app -POSTGRES_PRISMA_URL=postgresql://postgres:${POSTGRES_PASSWORD}@db -POSTGRES_URL_NON_POOLING=postgresql://postgres:${POSTGRES_PASSWORD}@db \ No newline at end of file +POSTGRES_PRISMA_URL=postgresql://postgres:${POSTGRES_PASSWORD}@spliit_db +POSTGRES_URL_NON_POOLING=postgresql://postgres:${POSTGRES_PASSWORD}@spliit_db \ No newline at end of file