Files
alttpr-backend/ALttPRandomizer/appsettings.Docker.json
2025-03-01 02:05:08 -06:00

16 lines
386 B
JSON

{
"ALttPRandomizer": {
"baserom": "/randomizer/alttp.sfc",
"pythonPath": "/usr/bin/python3",
"randomizerPath": "/randomizer",
"azureSettings": {
"clientId": "a48d5ae1-fa0a-4e33-9586-18c0eca0a28c",
"blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds"
}
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
}
}