From e5145907ca43c6f90a4e13a18b638e711951c9b6 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 13 Nov 2021 16:26:13 +0700 Subject: [PATCH] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index c15d909..13c842b 100644 --- a/conf/.env +++ b/conf/.env @@ -18,7 +18,7 @@ UTILS_SECRET=__UTILS_SECRET__ # For production point these at your databases, in development the default # should work out of the box. -DATABASE_URL=postgres://__DB_NAME__:__DB_PWD__@localhost:5432/__DB_NAME__ +DATABASE_URL=postgres://__DB_NAME__:__SECRET_KEY__@localhost:5432/__DB_NAME__ # Uncomment this to disable SSL for connecting to Postgres PGSSLMODE=disable REDIS_URL=redis://localhost:6379