Squashed commit of the following: commit 104a106d735f586f893dffb57e07f15b2e20d901 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Fri Feb 1 21:54:06 2019 +0000 Remove unused class use statement, add array trailing comma commit 8fbc46e816789d26447a01cbd0d542c62a287671 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Fri Feb 1 21:27:42 2019 +0000 Set default values for slack message commit b54650d85d73702dfb836436a964dd882844fff5 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Fri Feb 1 21:26:06 2019 +0000 Post exceptions to Slack commit 74f394ab2b5e66eac8c3f75ccf13aae0a7bc8e11 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Fri Feb 1 21:25:47 2019 +0000 Slack Webhook env variable
64 lines
1.2 KiB
Text
64 lines
1.2 KiB
Text
APP_NAME=Laravel
|
|
APP_ENV=production
|
|
APP_KEY=SomeRandomString # Leave this
|
|
APP_DEBUG=false
|
|
APP_LOG_LEVEL=warning
|
|
|
|
DB_CONNECTION=pgsql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432
|
|
DB_DATABASE=
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
|
|
BROADCAST_DRIVER=log
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file
|
|
QUEUE_DRIVER=sync
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
|
|
PUSHER_APP_ID=
|
|
PUSHER_APP_KEY=
|
|
PUSHER_APP_SECRET=
|
|
|
|
AWS_S3_KEY=your-key
|
|
AWS_S3_SECRET=your-secret
|
|
AWS_S3_REGION=region
|
|
AWS_S3_BUCKET=your-bucket
|
|
AWS_S3_URL=https://xxxxxxx.s3-region.amazonaws.com
|
|
|
|
APP_URL=https://example.com # This one is necessary
|
|
APP_LONGURL=example.com
|
|
APP_SHORTURL=examp.le
|
|
|
|
ADMIN_USER=admin # pick something better, this is used for `/admin`
|
|
ADMIN_PASS=password
|
|
DISPLAY_NAME='Joe Bloggs' # This is used for example in the header and titles
|
|
|
|
TWITTER_CONSUMER_KEY=
|
|
TWITTER_CONSUMER_SECRET=
|
|
TWITTER_ACCESS_TOKEN=
|
|
TWITTER_ACCESS_TOKEN_SECRET=
|
|
|
|
SCOUT_DRIVER=pgsql
|
|
|
|
PIWIK=false
|
|
PIWIK_ID=1
|
|
PIWIK_URL=https://analytics.jmb.lv/piwik.php
|
|
|
|
APP_TIMEZONE=UTC
|
|
APP_LANG=en
|
|
APP_LOG=daily
|
|
SECURE_SESSION_COOKIE=true
|
|
|
|
SLACK_WEBHOOK_URL=
|