refactor: Standardize blueprint template variable generation syntax

This commit is contained in:
Mauricio Siu
2025-03-09 21:50:22 -06:00
parent 6009e5447d
commit f45a61bbbf
59 changed files with 115 additions and 115 deletions

View File

@@ -1,8 +1,8 @@
variables:
main_domain: ${randomDomain}
secret_key: ${generatePassword(30)}
postgres_password: ${generatePassword(30)}
redis_password: ${generatePassword(30)}
secret_key: ${password:30}
postgres_password: ${password:30}
redis_password: ${password:30}
mapbox_api_key: ""
config: