Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created November 25, 2019 17:51
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 morrislaptop/5fb0d00453b67d79e0ae1e7dbf82af8d to your computer and use it in GitHub Desktop.
Save morrislaptop/5fb0d00453b67d79e0ae1e7dbf82af8d to your computer and use it in GitHub Desktop.
{
"env": {
"APP_NAME": "my-laravel-app",
"APP_ENV": "review",
"APP_KEY": {
"generator": "secret"
},
"APP_DEBUG": "true",
"LOG_CHANNEL": "errorlog",
"DB_CONNECTION": "pgsql",
"CACHE_DRIVER": "redis",
"QUEUE_CONNECTION": "redis",
"SESSION_DRIVER": "redis"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment