From 8a7af70d390302c16b2e2891a44f9670093ae772 Mon Sep 17 00:00:00 2001 From: yhaelopez Date: Fri, 15 Dec 2023 16:50:30 -0700 Subject: [PATCH] added comment --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index e823ac0..88799ba 100644 --- a/.env.example +++ b/.env.example @@ -114,6 +114,7 @@ PGADMIN_DB_HOST="'postgresql://${PGADMING_DB_USER}:${PGADMIN_DB_PASSWORD}@${DB_H PGADMIN_EMAIL=pgadmin@example.com PGADMIN_PASSWORD=pgadmin +# To import servers use /pgadmin4/servers.json on first build, then remove. PGADMIN_SERVERS_JSON= PGADMIN_CONFIG_SERVER_MODE=True