From a46f1c36a42804ee11f8f79c151e3bd0af7d0a37 Mon Sep 17 00:00:00 2001 From: AVMG <45005889+AVMG20@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:44:56 +0200 Subject: [PATCH] Update .env.example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 59d71f47..94676473 100644 --- a/.env.example +++ b/.env.example @@ -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=