comment secret key base by default
continuous-integration/drone/push Build is passing Details

This commit is contained in:
shibao 2022-02-18 01:35:31 -05:00
parent d472dc90e8
commit f0589348cc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
- HOST="your.domain.com"
- DATABASE_URL="ecto://postgres:postgres@cannery-db/cannery"
# Use `docker run -it shibaobun/cannery /app/priv/random.sh` to generate a secret key base
- SECRET_KEY_BASE="change-me-this-is-really-important-seriously-change-it"
# - SECRET_KEY_BASE="change-me-this-is-really-important-seriously-change-it"
# uncomment to enable public sign ups, not recommended
# - REGISTRATION="public"
# - SMTP_HOST="cannery.example.tld" # must be set!