aboutsummaryrefslogtreecommitdiff
path: root/backyard/php-api/trunk/.env.example
blob: 4eb0845889df6391cc8435cbd3c23bcaaf56b73d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=file
SESSION_DRIVER=file