|
@@ -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=
|