Skip to content

Instantly share code, notes, and snippets.

@shouhei
Created April 16, 2015 04:15
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 shouhei/959aacadbd3b258a5f9d to your computer and use it in GitHub Desktop.
Save shouhei/959aacadbd3b258a5f9d to your computer and use it in GitHub Desktop.
lumen
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomKey!!!
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
DB_CONNECTION=sqlite
#DB_HOST=localhost
#DB_DATABASE=homestead
#DB_USERNAME=homestead
#DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
# FILESYSTEM_DRIVER=local
# FILESYSTEM_CLOUD=s3
# S3_KEY=null
# S3_SECRET=null
# S3_REGION=null
# S3_BUCKET=null
# RACKSPACE_USERNAME=null
# RACKSPACE_KEY=null
# RACKSPACE_CONTAINER=null
# RACKSPACE_REGION=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment