Big settings refactor
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user