Skip to content

Commit

Permalink
Update cosmos-compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Jan 8, 2024
1 parent eff68dd commit 803d9a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions servapps/OhMyForm/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"ADMIN_USERNAME={Context.ADMIN_USERNAME}",
"ADMIN_PASSWORD={Context.ADMIN_PASSWORD}",
"DATABASE_DRIVER=sqlite",
"DATABASE_URL=sqlite=//data/data.sqlite",
"LOGIN_NOTE="
"DATABASE_URL=sqlite:///data/data.sqlite",
"LOGIN_NOTE=",
"SECRET_KEY={Passwords.0}"
],
"labels": {
"cosmos-force-network-secured": "true",
Expand Down Expand Up @@ -66,4 +67,4 @@
]
}
}
}
}

0 comments on commit 803d9a8

Please sign in to comment.