We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5defa3 commit 0c964b6Copy full SHA for 0c964b6
copier.yml
@@ -53,7 +53,10 @@ postgres_password:
53
you can generate one with:
54
python -c "import secrets; print(secrets.token_urlsafe(32))"'
55
default: changethis
56
- validate: "{% if (postgres_password | length) < 8 %} Password must have at least 8 characters{% endif %}"
+validate: |
57
+ {% if postgres_password|length < 8 %}
58
+ Password must have at least 8 characters
59
+ {% endif %}
60
61
sentry_dsn:
62
type: str
0 commit comments