From 495dd53f806deb982f254ca6db28c2075a584c0f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 04:34:37 -0600 Subject: [PATCH] Update pgAdmin template.toml to set default admin email --- blueprints/pgadmin/template.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/blueprints/pgadmin/template.toml b/blueprints/pgadmin/template.toml index 8a3f45fa..ba151f91 100644 --- a/blueprints/pgadmin/template.toml +++ b/blueprints/pgadmin/template.toml @@ -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": {} -} -""" \ No newline at end of file