Example .env
This commit is contained in:
10
.example.env
Normal file
10
.example.env
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user