.env.example fix

This commit is contained in:
mikx
2026-06-23 12:07:11 -04:00
parent 208928410d
commit 2c4fd65b2f

View File

@@ -1,9 +1,9 @@
# MySQL Database Configuration # MySQL Database Configuration
DB_HOST=192.168.1.130 DB_HOST=CHANGEME
DB_PORT=3306 DB_PORT=3306
DB_USER=mxauth DB_USER=CHANGEME
DB_PASSWORD=9WjfC9kETfpFMaL8QYTnjgvDuYJN6sbZ DB_PASSWORD=CHANGEME
DB_NAME=mxauth DB_NAME=CHANGEME
# JSON URL Configuration # JSON URL Configuration
JSON_URL=https://repoe-fork.github.io/poe2/base_items.json JSON_URL=https://repoe-fork.github.io/poe2/base_items.json