mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
40dc5cbb0d
Co-authored-by: Luke Towers <github@luketowers.ca>
44 lines
687 B
Plaintext
44 lines
687 B
Plaintext
APP_NAME="Winter CMS"
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
APP_LOCALE=en
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=database
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
|
|
CACHE_DRIVER=file
|
|
|
|
SESSION_DRIVER=file
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PASSWORD=null
|
|
REDIS_PORT=6379
|
|
|
|
QUEUE_CONNECTION=sync
|
|
|
|
MAIL_MAILER=log
|
|
MAIL_LOG_CHANNEL=null
|
|
MAIL_HOST=null
|
|
MAIL_PORT=null
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|
|
MAIL_FROM_ADDRESS=noreply@example.com
|
|
MAIL_FROM_NAME="${APP_NAME}"
|
|
|
|
ROUTES_CACHE=false
|
|
ASSET_CACHE=false
|
|
LINK_POLICY=detect
|
|
ENABLE_CSRF=true
|
|
DATABASE_TEMPLATES=false
|
|
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_DEFAULT_REGION=us-east-1
|
|
AWS_BUCKET=
|