mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00

* update README, add sample files for localhosting * fix port number in sample DWADragonsMain.xml * update readme * update itemid schema info * update appsettings comments --------- Co-authored-by: Spirtix <michal.prazak1@gmail.com>
38 lines
973 B
JSON
38 lines
973 B
JSON
{
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "Listening URL for the API server - allows setting the listening IP address and port number -> http://ip.ip.ip.ip:port/ or http://[ip::ip]:port/"
|
|
}
|
|
}
|
|
},
|
|
"AssetServer": {
|
|
"Enabled": true,
|
|
"ListenIP": ,
|
|
"Port": ",
|
|
"URLPrefix": "",
|
|
"Mode":
|
|
"ProviderURL":
|
|
"AutoEncryptRegexp":
|
|
"AutoEncryptKey": ,
|
|
"SubstituteMissingLocalAssets": ,
|
|
"UseCache":
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|
|
|
|
"AssetServer": {
|
|
"Enabled": true,
|
|
"Port": 881, //Only for the asset server
|
|
"URLPrefix": "a.com", //
|
|
"Mode": "partial", //
|
|
"ProviderURL": "https://media.sodoff.spirtix.com/", //
|
|
"SubstituteMissingLocalAssets": true //
|
|
}
|