Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ postgres_password:
you can generate one with:
python -c "import secrets; print(secrets.token_urlsafe(32))"'
default: changethis
validate: "{% if (postgres_password | length) < 8 %} Password must have at least 8 characters{% endif %}"

sentry_dsn:
type: str
Expand Down
Loading