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