Classes/Bases/Skills/Uniques to DB

This commit is contained in:
mikx
2026-06-23 09:12:49 -04:00
commit ba5a438374
7 changed files with 820 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# MySQL Database Configuration
DB_HOST=192.168.1.130
DB_PORT=3306
DB_USER=mxauth
DB_PASSWORD=9WjfC9kETfpFMaL8QYTnjgvDuYJN6sbZ
DB_NAME=mxauth
# JSON URL Configuration
JSON_URL=https://repoe-fork.github.io/poe2/base_items.json
SKILL_GEMS_URL=https://repoe-fork.github.io/poe2/skill_gems.json
ITEM_CLASSES_URL=https://repoe-fork.github.io/poe2/item_classes.json
UNIQUES_URL=https://repoe-fork.github.io/poe2/uniques.json