0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-02 17:49:21 -05:00
db-website/api/.env.example
Refringe 9b44ca6d26
Rewrites CacheService To Clone Server
The CacheService has been rewritten to clone/pull the server repo for direct access to the data files that are needed to build the cache.
2024-12-07 21:33:03 -05:00

9 lines
358 B
Plaintext

GIT_REPO_URL="https://github.com/sp-tarkov/server.git"
ITEMS_PATH="project/assets/database/templates/items.json"
CUSTOMIZATION_PATH="project/assets/database/templates/customization.json"
HANDBOOK_PATH="project/assets/database/templates/handbook.json"
TEMPLATES_PATH="project/assets/database/templates"
LOCALES_PATH="project/assets/database/locales/global"