Big settings refactor

This commit is contained in:
2026-01-24 15:22:20 -06:00
parent f5f8e6a9d0
commit e5fd52376e
16 changed files with 171 additions and 141 deletions

View File

@@ -1,7 +1,6 @@
{
"ALttPRandomizer": {
"baserom": "/randomizer/alttp.sfc",
"pythonPath": "/usr/bin/python3",
"baserom": "/baserom/alttp.sfc",
"flipsPath": "/flips/flips",
"allowedCors": [
"https://new.alttpr.gwaa.kiwi",
@@ -12,10 +11,19 @@
"clientId": "a48d5ae1-fa0a-4e33-9586-18c0eca0a28c",
"blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds"
},
"randomizerPaths": {
"base": "/randomizer",
"apr2025": "/apr2025_randomizer",
"dungeon_map": "/dungeon_map_randomizer"
"generators": {
"base": {
"workingDirectory": "/randomizer",
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py", "--bps", "--spoiler=json" ],
},
"apr2025": {
"workingDirectory": "/apr2025_randomizer",
"randomizerCommand": [ "uv", "run", "EntranceRandomizer.py", "--json_spoiler" ],
},
"beta": {
"workingDirectory": "/beta_randomizer",
"randomizerCommand": [ "uv", "run", "DungeonRandomizer.py", "--bps", "--spoiler=json" ],
},
}
},
"Serilog": {