diff options
Diffstat (limited to 'deploy/conf/.env.production')
-rw-r--r-- | deploy/conf/.env.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/.env.production b/deploy/conf/.env.production index 3d1181c..9c1f96f 100644 --- a/deploy/conf/.env.production +++ b/deploy/conf/.env.production @@ -4,7 +4,7 @@ REDIS_PORT=6379 DB_HOST=db DB_USER=postgres DB_NAME=postgres -DB_PASS=<REPLACE ME> +DB_PASS= DB_PORT=5432 LOCAL_DOMAIN=plural.cafe |