mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
refactor: Standardize template domain configuration to use ${domain} helper
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
api_domain: ${randomDomain}
|
||||
main_domain: ${domain}
|
||||
api_domain: ${domain}
|
||||
postgres_password: ${password}
|
||||
secret: ${base64:32}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user