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:
parent
6401bbdd0a
commit
495dd53f80
@ -1,6 +1,6 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
admin_email = "${email}"
|
||||
admin_email = "user@example.com"
|
||||
admin_password = "${password:16}"
|
||||
|
||||
[config]
|
||||
@ -13,10 +13,3 @@ host = "${main_domain}"
|
||||
PGADMIN_DEFAULT_EMAIL = "${admin_email}"
|
||||
PGADMIN_DEFAULT_PASSWORD = "${admin_password}"
|
||||
|
||||
[[config.mounts]]
|
||||
filePath = "/var/lib/pgadmin/servers.json"
|
||||
content = """
|
||||
{
|
||||
"Servers": {}
|
||||
}
|
||||
"""
|
Loading…
Reference in New Issue
Block a user