laravel/.env.example

12 lines
172 B
Plaintext
Raw Normal View History

2014-10-08 17:15:40 -05:00
APP_ENV=local
2014-12-15 08:49:07 -06:00
APP_DEBUG=1
2014-10-08 17:15:40 -05:00
APP_KEY=SomeRandomString
2014-12-05 16:25:46 -06:00
DB_HOST=localhost
DB_DATABASE=homestead
2014-10-08 17:15:40 -05:00
DB_USERNAME=homestead
2014-12-05 16:25:46 -06:00
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file