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 283c9de commit a5defa3Copy full SHA for a5defa3
copier.yml
@@ -53,6 +53,7 @@ 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 %}"
57
58
sentry_dsn:
59
type: str
0 commit comments