Skip to content

Instantly share code, notes, and snippets.

@yorchwebs
Last active December 4, 2024 22:31
Show Gist options
  • Select an option

  • Save yorchwebs/a831baf1a74f2ad8b32f66b5448577d7 to your computer and use it in GitHub Desktop.

Select an option

Save yorchwebs/a831baf1a74f2ad8b32f66b5448577d7 to your computer and use it in GitHub Desktop.
PostgreSQL Environments
DB_NAME="users"
DB_USER="postgres"
DB_PASSWORD="123456789"
DB_HOST="localhost"
DB_POST=5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment