From 626705ff67f275717af23362f8671283ccea16ec Mon Sep 17 00:00:00 2001 From: Jordan Watts <33841888+ThatBritishOne@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:47:51 +0000 Subject: [PATCH] Update DB_USERNAME from 'pterodactyl' to 'pyrodactyl' --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 74635f6d1..9c010d8d5 100644 --- a/.env.example +++ b/.env.example @@ -20,7 +20,7 @@ DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=panel -DB_USERNAME=pterodactyl +DB_USERNAME=pyrodactyl DB_PASSWORD= REDIS_HOST=127.0.0.1