From 8a82322d8b7051fcf2072f61331a23eb65be55d6 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 22 Sep 2021 02:43:12 +0200 Subject: [PATCH] Correct db name --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 99ee5a6..7683041 100644 --- a/conf/.env +++ b/conf/.env @@ -18,7 +18,7 @@ UTILS_SECRET=7cbd5fbf647a8f85f06560c6dad74d2eee21fd4e1889f91dabb7dd873c7428be # For production point these at your databases, in development the default # should work out of the box. -DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost:5432/___APP__ +DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost:5432/___DB_NAME__ # Uncomment this to disable SSL for connecting to Postgres PGSSLMODE=disable REDIS_URL=redis://localhost:6379