From 34d4169f5c46049c32c36ae19b75eb99b2551d5d Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Mon, 7 Apr 2025 15:45:54 +0200 Subject: [PATCH] darn --- spliit/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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