Skip to content

Instantly share code, notes, and snippets.

@onwuvic
Last active May 18, 2020 06:00
Show Gist options
  • Save onwuvic/93f86de0bfe87063c31ac385492790a1 to your computer and use it in GitHub Desktop.
Save onwuvic/93f86de0bfe87063c31ac385492790a1 to your computer and use it in GitHub Desktop.
DB_HOST=localhost
DB_PORT=5432
DB_USER=database_user_name
DB_PASS=database_password
DB_DIALECT=postgres
DB_NAME_TEST=test_database_name
DB_NAME_DEVELOPMENT=development_database_name
DB_NAME_PRODUCTION=production_database_name
JWTKEY=random_secret_key
TOKEN_EXPIRATION=48h
BEARER=Bearer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment