Skip to content

Commit

Permalink
Ryot cookie security
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Aug 24, 2023
1 parent bb365bd commit f6261f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions servapps/Ryot/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"environment": [
"DATABASE_URL=postgres://ryot:{Passwords.0}@{ServiceName}-postgres:5432/ryot",
"SERVER_INSECURE_COOKIE=true"
"DATABASE_URL=postgres://ryot:{Passwords.0}@{ServiceName}-postgres:5432/ryot"
],
"labels": {
"cosmos-force-network-secured": "true",
Expand Down

0 comments on commit f6261f8

Please sign in to comment.