Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored Jan 15, 2017
1 parent 6645380 commit 77e958e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_VERIFICATION_TOKEN=

APP_ENV=local
APP_KEY=
Expand All @@ -9,9 +6,16 @@ APP_LOG_LEVEL=debug
APP_URL=http://localhost:8880

DB_CONNECTION=pgsql
LINXER_DB_URL=postgres://USERNAME:PASSWORD@HOSTNAME:PORT/DATABASE
DATABASE_URL=postgres://USERNAME:PASSWORD@HOSTNAME:PORT/DATABASE

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database

SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_VERIFICATION_TOKEN=

GITLAB_TOKEN=

0 comments on commit 77e958e

Please sign in to comment.