Skip to content

Instantly share code, notes, and snippets.

@mengwangk
Last active July 26, 2024 16:02
Show Gist options
  • Save mengwangk/05f58e96af37bba846336ee8cab1d9b2 to your computer and use it in GitHub Desktop.
Save mengwangk/05f58e96af37bba846336ee8cab1d9b2 to your computer and use it in GitHub Desktop.
Environment file
# 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