14 lines
228 B
Text
14 lines
228 B
Text
|
|
APP_NAME="Core App"
|
||
|
|
APP_ENV=production
|
||
|
|
APP_KEY=
|
||
|
|
APP_DEBUG=false
|
||
|
|
APP_URL=http://localhost
|
||
|
|
|
||
|
|
DB_CONNECTION=sqlite
|
||
|
|
DB_DATABASE=/tmp/core-app/database.sqlite
|
||
|
|
|
||
|
|
CACHE_STORE=file
|
||
|
|
SESSION_DRIVER=file
|
||
|
|
LOG_CHANNEL=single
|
||
|
|
LOG_LEVEL=warning
|