Skip to content

Instantly share code, notes, and snippets.

@mandaputtra
Last active July 3, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandaputtra/7b5f892e95a5660f17d8136bc6e703f8 to your computer and use it in GitHub Desktop.
Save mandaputtra/7b5f892e95a5660f17d8136bc6e703f8 to your computer and use it in GitHub Desktop.
A common .env for an app, cause I'm lazy
HOST=
PORT=
ENV=
REDIS_HOST=
REDIS_PORT=
DB_CLIENT=
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_DATABASE=
DB_CHARSET=
JWT_SECRET=
JWT_ISSUER=
JWT_AUDIENCE=
SESSION_SECRET=
EMAIL_PROVIDER=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment