mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(blueprint): generate 32-byte hex secret_key with hash helper (#167)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
dex_domain = "${domain}"
|
||||
secret_key = "${base64:32}"
|
||||
secret_key = "${hash:64}"
|
||||
utils_secret = "${base64:32}"
|
||||
client_secret = "${base64:32}"
|
||||
postgres_password = "${password}"
|
||||
|
||||
Reference in New Issue
Block a user