The-Metaverse-Engine/appsettings.json
2024-12-06 10:26:27 +01:00

18 lines
325 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Urls": "http://0.0.0.0:9000",
"AllowedHosts": "*",
"RavenSettings": {
"Urls": [
"http://localhost:8080"
],
"DatabaseName": "tme",
"CertFilePath": "",
"CertPassword": ""
}
}