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