Files
alttpr-backend/ALttPRandomizer/appsettings.Docker.json

20 lines
482 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"
}
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
}
}