mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 12:00:45 +00:00
Update .env.example
This commit is contained in:
parent
04c823a126
commit
0bafca2082
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ DATABASE_URL_DOCKER="postgresql://${PG_USER}:${PG_PASSWORD}@postgres:5432/${PG_D
|
|||
META_NAME=''
|
||||
META_DESCRIPTION=''
|
||||
|
||||
# Security (generate with `openssl rand -base64 24` or use https://bitwarden.com/password-generator/)
|
||||
CRYPTO_SECRET=''
|
||||
# Required: Security secret (generate with `openssl rand -base64 24` or use https://bitwarden.com/password-generator/)
|
||||
CRYPTO_SECRET=''
|
||||
|
||||
# API Keys
|
||||
# From https://www.themoviedb.org/settings/api
|
||||
|
|
|
|||
Loading…
Reference in a new issue