From a88423b8004314eb29e94a5e98875ea560871b93 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 20 Apr 2025 15:43:45 -0400 Subject: [PATCH] Updated env sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 2dee3e4..4e4d21b 100644 --- a/.env.sample +++ b/.env.sample @@ -3,4 +3,4 @@ POSTGRES_USER=icarus POSTGRES_PASSWORD=password POSTGRES_DB=icarus_db POSTGRES_HOST=main_db -DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_HOST} \ No newline at end of file +DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB} \ No newline at end of file