mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 05:10:46 -05:00
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.
9 lines
358 B
Plaintext
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"
|