24 lines
416 B
Text
24 lines
416 B
Text
APP_NAME=ThemePark
|
|
APP_ENV=local
|
|
APP_KEY=base64:NgU4ntPnC5jzbmnTbXM5cahMRa5GCrfUyb3P+3tq9BM=
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
|
|
HOME_PAGE=false
|
|
SHOWS=true
|
|
STORE_URL=''
|
|
OPENAUDIOMC_URL=''
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=themepark
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
|
|
MAIL_DRIVER=smtp
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=null
|
|
MAIL_PASSWORD=null
|
|
MAIL_ENCRYPTION=null
|