10 lines
245 B
Bash
10 lines
245 B
Bash
PGADMIN_DEFAULT_EMAIL=admin@example.com
|
|
PGADMIN_DEFAULT_PASSWORD=password
|
|
PGADMIN_LISTEN_PORT=8080
|
|
# no password required
|
|
PGADMIN_CONFIG_SERVER_MODE=False
|
|
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False
|
|
|
|
RAILS_ENV=development
|
|
NODE_ENV=development
|