mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-12 01:08:13 -05:00
Docs developer add FERNET_KEY
This commit is contained in:
@@ -35,7 +35,8 @@ services:
|
||||
- DB_HOST=postgres
|
||||
- DB_PORT=5432
|
||||
- DB_PASSWORD=changeme
|
||||
- SECRET_KEY=changeme
|
||||
- SECRET_KEY=changeme # openssl rand -hex 32
|
||||
- FERNET_KEY=changeme # https://fernetkeygen.com or python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
|
||||
- GEOCODES_MAPS_API=changeme
|
||||
- ENDURAIN_HOST=http://localhost:8080 # change if needed
|
||||
- BEHIND_PROXY=false
|
||||
|
||||
Reference in New Issue
Block a user