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,6 +1,6 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
db_password: ${generatePassword()}
|
||||
db_password: ${password}
|
||||
public_db_port: ${Math.round(Math.random() * (65534 - 32769) + 32769)}
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user