3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/.env.example

25 lines
416 B
Text
Raw Normal View History

2021-08-05 14:55:52 +00:00
APP_NAME=ThemePark
2020-02-26 13:59:58 +00:00
APP_ENV=local
2021-08-05 14:55:52 +00:00
APP_KEY=base64:NgU4ntPnC5jzbmnTbXM5cahMRa5GCrfUyb3P+3tq9BM=
2020-02-26 13:59:58 +00:00
APP_DEBUG=true
APP_URL=http://localhost
2021-08-05 14:55:52 +00:00
HOME_PAGE=false
SHOWS=true
STORE_URL=''
OPENAUDIOMC_URL=''
2020-02-26 13:59:58 +00:00
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
2021-08-05 14:55:52 +00:00
DB_DATABASE=themepark
2020-02-26 13:59:58 +00:00
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