Skip to content

Commit

Permalink
added missing DATABASE_URL (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlucent committed Jun 21, 2024
1 parent 2be6f6e commit 9fb7477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servapps/Manyfold/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"DB_USER=manyfold",
"DB_NAME=manyfold",
"DB_PASS={Passwords.0}",
"DB_PORT=5432"
"DB_PORT=5432",
"DATABASE_URL=postgresql://{DB_USER}:{DB_PASS}@{DB_HOST}/{DB_NAME}?pool=5"
],
"security_opt": [
"no-new-privileges:true"
Expand Down

0 comments on commit 9fb7477

Please sign in to comment.