mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
refactor: Standardize blueprint template variable generation syntax
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
api_key: ${generateBase64(64)}
|
||||
postgres_password: ${generatePassword}
|
||||
api_key: ${base64:64}
|
||||
postgres_password: ${password}
|
||||
|
||||
config:
|
||||
domains:
|
||||
|
||||
Reference in New Issue
Block a user