15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_LOG_LEVEL=debug
|
|
APP_URL=http://localhost
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=blue_twilight
|
|
DB_USERNAME=blue_twilight
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=file
|
|
SESSION_DRIVER=file |