firefly-iii/.env
2015-02-07 10:24:54 +01:00

13 lines
199 B
Bash

APP_ENV=homestead
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file