We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31c6ab + 98630d7 commit 4cb4122Copy full SHA for 4cb4122
1 file changed
docker-compose.yml
@@ -26,8 +26,8 @@ services:
26
- PRODUCTION=true
27
- DATABASE_URL=sqlite+aiosqlite:///./data/ferron.db
28
- DATABASE_ECHO=false
29
- - AUTH_SECRET_KEY=change-this-secret-key
30
- - AUTH_REFRESH_SECRET_KEY=change-this-refresh-secret-key
+ - AUTH_SECRET_KEY=change-this-secret-key # use `openssl rand -hex 32` to generate
+ - AUTH_REFRESH_SECRET_KEY=change-this-refresh-secret-key # use `openssl rand -hex 32` to generate. Keep it different from AUTH_SECRET_KEY
31
- AUTH_SIGNUP_DISABLED=false # change this to true to disable new signups
32
- FERRON_CONTAINER_NAME=ferron # change this if you changed the container name of ferron service
33
restart: always
0 commit comments