Skip to content

Commit

Permalink
better pass
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Mar 20, 2023
1 parent f43149d commit f41e51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ services:
- PG_USER=postgres
- PG_PASS=thisisapassword
- PG_PORT=5432
# !!! change this !!!
- JWT_SECRET=Xt0ulHKaYmDoWIO3lO4zHuTm2hF0naCa
# !!! change this,with output of : openssl rand -base64 32
- JWT_SECRET='RqJrJBINOsL6PVSocqVfVk8a8H9u4juq55YN6PvnlPE='
- JWT_AUD=bc442bb2b1d848fba5be2aa24123e711
depends_on:
db:
Expand Down

0 comments on commit f41e51e

Please sign in to comment.