.env.example fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user