Docs developer add FERNET_KEY

This commit is contained in:
João Vitória Silva
2025-05-31 10:17:31 +01:00
parent 0382fcf11b
commit 552f666438

View File

@@ -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