Desynth page and improved item info api. Added string substitution to utils.

This commit is contained in:
Aodhan
2025-07-10 03:20:33 +01:00
parent b9b47c96f6
commit ef9b64adfe
38 changed files with 5703 additions and 4489 deletions

15
.env copy.example Normal file
View File

@@ -0,0 +1,15 @@
# ----------------------------
# Example environment file for MOG APP Docker deployment
# Copy this file to `.env` at the project root and adjust the values
# ----------------------------
# PostgreSQL connection details (database is expected to run on the Docker host)
PSQL_HOST=10.0.0.199
PSQL_PORT=5432
PSQL_USER=postgres
PSQL_PASSWORD='DP3Wv*QM#t8bY*N'
PSQL_DBNAME=ffxi_items
# Host ports to expose the containers (edit if they clash)
API_PORT=8000
WEB_PORT=3050