Update DB_USERNAME from 'pterodactyl' to 'pyrodactyl'

This commit is contained in:
Jordan Watts
2026-02-02 09:47:51 +00:00
committed by GitHub
parent 419579c26c
commit 626705ff67

View File

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