Skip to content

Commit 0c964b6

Browse files
Update copier.yml
Co-authored-by: Younes Henni <[email protected]>
1 parent a5defa3 commit 0c964b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

copier.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ postgres_password:
5353
you can generate one with:
5454
python -c "import secrets; print(secrets.token_urlsafe(32))"'
5555
default: changethis
56-
validate: "{% if (postgres_password | length) < 8 %} Password must have at least 8 characters{% endif %}"
56+
validate: |
57+
{% if postgres_password|length < 8 %}
58+
Password must have at least 8 characters
59+
{% endif %}
5760
5861
sentry_dsn:
5962
type: str

0 commit comments

Comments
 (0)