mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 09:50:46 -05:00
10 lines
653 B
PHP
10 lines
653 B
PHP
<?php
|
|
|
|
namespace App\Config;
|
|
|
|
final class GiteaConfig {
|
|
public const RAW_ITEMS_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/templates/items.json';
|
|
public const RAW_CUSTOMIZATION_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/templates/customization.json';
|
|
public const LOCALES_GLOBAL_URL = 'https://dev.sp-tarkov.com/api/v1/repos/SPT-AKI/Server/contents/project%2Fassets%2Fdatabase%2Flocales%2Fglobal';
|
|
public const RAW_LOCALES_GLOBAL_BASE_URL = 'https://dev.sp-tarkov.com/SPT-AKI/Server/raw/branch/master/project/assets/database/locales/global/';
|
|
} |