firefly-iii/.env
2015-02-06 04:52:16 +01:00

12 lines
179 B
Bash

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