summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorPhil Burton <philip.burton@chiaro.co.uk>2019-11-01 22:56:27 +0000
committerPhil Burton <philip.burton@chiaro.co.uk>2019-11-01 22:56:27 +0000
commitfb0c574ed1725fe13c8ab073d2ead3fdc842c2ba (patch)
treef863fd7cecad2c674cb071b3d7a44c2de6adb51d /.env.example
Added laravel project
Diffstat (limited to '.env.example')
-rw-r--r--.env.example44
1 files changed, 44 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..604b401
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,44 @@
+APP_NAME=Laravel
+APP_ENV=local
+APP_KEY=
+APP_DEBUG=true
+APP_URL=http://localhost
+
+LOG_CHANNEL=stack
+
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=laravel
+DB_USERNAME=root
+DB_PASSWORD=
+
+BROADCAST_DRIVER=log
+CACHE_DRIVER=file
+QUEUE_CONNECTION=sync
+SESSION_DRIVER=file
+SESSION_LIFETIME=120
+
+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
+
+AWS_ACCESS_KEY_ID=
+AWS_SECRET_ACCESS_KEY=
+AWS_DEFAULT_REGION=us-east-1
+AWS_BUCKET=
+
+PUSHER_APP_ID=
+PUSHER_APP_KEY=
+PUSHER_APP_SECRET=
+PUSHER_APP_CLUSTER=mt1
+
+MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
+MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"