Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

37
config/ngcore.cfg Executable file
View File

@@ -0,0 +1,37 @@
# Configuration file
####################
# api
####################
api {
# API timeout in milliseconds
I:apiTimeout=30000
# Environment: prod or beta
S:environment=prod
# Base URL of NGAPI server
S:ngapiBaseUrl=https://ngconfigapi-backend-production.up.railway.app
}
####################
# cache
####################
cache {
# Directory to cache downloaded resources
S:cacheDir=ngcore_cache
# Enable loading blocks from API
B:loadBlocks=true
# Enable loading entities from API (not yet implemented)
B:loadEntities=false
# Enable loading items from API (not yet implemented)
B:loadItems=false
}