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:
|
||||
builder_domain: ${randomDomain}
|
||||
viewer_domain: ${randomDomain}
|
||||
encryption_secret: ${generateBase64(24)}
|
||||
encryption_secret: ${base64:24}
|
||||
|
||||
config:
|
||||
domains:
|
||||
|
||||
Reference in New Issue
Block a user