From c8f3a1ce71edca3a8307426e937d07b454894861 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Mon, 6 Apr 2026 15:49:08 -0500 Subject: [PATCH] Example .env --- .example.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .example.env diff --git a/.example.env b/.example.env new file mode 100644 index 0000000..f93543d --- /dev/null +++ b/.example.env @@ -0,0 +1,10 @@ +# PostgreSQL settings +POSTGRES_USER=example_user +POSTGRES_PASSWORD=example_password +POSTGRES_DB=example_db +POSTGRES_PORT=5432 + +# pgAdmin settings +PGADMIN_DEFAULT_EMAIL=admin@example.com +PGADMIN_DEFAULT_PASSWORD=admin_password +PGADMIN_PORT=5050