-
-
Save mengwangk/05f58e96af37bba846336ee8cab1d9b2 to your computer and use it in GitHub Desktop.
Environment file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PostgreSQL | |
POSTGRES_USER=postgres | |
POSTGRES_PASSWORD=postgres | |
# pgadmin | |
PGADMIN_DEFAULT_EMAIL=[email protected] | |
PGADMIN_DEFAULT_PASSWORD=pgadmin | |
# Database info | |
DB_HOST=postgres | |
DB_NAME=postgres | |
DB_PORT=5432 | |
DB_USERNAME=postgres | |
DB_PASSWORD=postgres | |
DB_CONNECTION=jdbc:postgresql://postgres:5432/postgres | |
# Proxy | |
HTTP_PROXY= | |
HTTPS_PROXY= | |
# Frontend | |
DOMAIN=localhost | |
ENVIRONMENT=local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment