mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Update pgAdmin template.toml to set default admin email
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[variables]
|
[variables]
|
||||||
main_domain = "${domain}"
|
main_domain = "${domain}"
|
||||||
admin_email = "${email}"
|
admin_email = "user@example.com"
|
||||||
admin_password = "${password:16}"
|
admin_password = "${password:16}"
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
@@ -13,10 +13,3 @@ host = "${main_domain}"
|
|||||||
PGADMIN_DEFAULT_EMAIL = "${admin_email}"
|
PGADMIN_DEFAULT_EMAIL = "${admin_email}"
|
||||||
PGADMIN_DEFAULT_PASSWORD = "${admin_password}"
|
PGADMIN_DEFAULT_PASSWORD = "${admin_password}"
|
||||||
|
|
||||||
[[config.mounts]]
|
|
||||||
filePath = "/var/lib/pgadmin/servers.json"
|
|
||||||
content = """
|
|
||||||
{
|
|
||||||
"Servers": {}
|
|
||||||
}
|
|
||||||
"""
|
|
||||||
Reference in New Issue
Block a user