13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
# MySQL Database Configuration
|
|
DB_HOST=CHANGEME
|
|
DB_PORT=3306
|
|
DB_USER=CHANGEME
|
|
DB_PASSWORD=CHANGEME
|
|
DB_NAME=CHANGEME
|
|
|
|
# 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
|