Update .env.example
This commit is contained in:
parent
88b3120e79
commit
a46f1c36a4
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@ APP_DEBUG=false
|
|||
APP_URL=http://localhost
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=controlpanel_mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=controlpanel
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
DB_DATABASE=dashboard
|
||||
DB_USERNAME=dashboarduser
|
||||
DB_PASSWORD=
|
||||
|
||||
#without a pterodactyl api token, this panel won't work!
|
||||
PTERODACTYL_TOKEN=
|
||||
|
|
Loading…
Reference in a new issue