Skip to content
Open
Changes from 3 commits
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
4 changes: 4 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ 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