]> BookStack Code Mirror - website/blob - .env.example
Merge branch 'master' of github.com:ssddanbrown/BookStack-Site
[website] / .env.example
1 APP_ENV=local
2 APP_DEBUG=true
3 APP_KEY=SomeRandomKey!!!
4
5 DB_CONNECTION=mysql
6 DB_HOST=localhost
7 DB_PORT=3306
8 DB_DATABASE=homestead
9 DB_USERNAME=homestead
10 DB_PASSWORD=secret
11
12 CACHE_DRIVER=memcached
13 QUEUE_DRIVER=sync