23 lines
626 B
JSON
23 lines
626 B
JSON
{
|
|
"ALttPRandomizer": {
|
|
"baserom": "/randomizer/alttp.sfc",
|
|
"pythonPath": "/usr/bin/python3",
|
|
"randomizerPath": "/randomizer",
|
|
"allowedCors": [
|
|
"https://new.alttpr.gwaa.kiwi",
|
|
"http://localhost:8082"
|
|
],
|
|
"azureSettings": {
|
|
"clientId": "a48d5ae1-fa0a-4e33-9586-18c0eca0a28c",
|
|
"blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": "Information",
|
|
"WriteTo": [
|
|
{ "Name": "Console" }
|
|
],
|
|
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ]
|
|
}
|
|
} |