firefly-iii/.env

13 lines
199 B
Bash
Raw Normal View History

2015-02-05 21:52:16 -06:00
APP_ENV=homestead
APP_DEBUG=true
APP_KEY=SomeRandomString
2015-02-07 03:24:54 -06:00
DB_CONNECTION=mysql
2015-02-05 21:52:16 -06:00
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file