summaryrefslogtreecommitdiff
path: root/.env.example
blob: f34189094b93ef2b493e4d6a47249cdd08e7d78a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomKey!!!

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=memcached
QUEUE_DRIVER=sync