Closes #1074 Based on what I could find, apparently only rooms need 2 hours to destroy and decos are removed instantly. Reviewed-on: #1089
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
{
|
|
"mongodbUrl": "mongodb://127.0.0.1:27017/openWF",
|
|
"logger": {
|
|
"files": true,
|
|
"level": "trace"
|
|
},
|
|
"myAddress": "localhost",
|
|
"hubAddress": "https://localhost/api/",
|
|
"platformCDNs": ["https://localhost/"],
|
|
"NRS": ["localhost"],
|
|
"httpPort": 80,
|
|
"httpsPort": 443,
|
|
"administratorNames": [],
|
|
"autoCreateAccount": true,
|
|
"skipTutorial": true,
|
|
"skipAllDialogue": true,
|
|
"unlockAllScans": true,
|
|
"unlockAllMissions": true,
|
|
"infiniteCredits": true,
|
|
"infinitePlatinum": true,
|
|
"infiniteEndo": true,
|
|
"infiniteRegalAya": true,
|
|
"infiniteHelminthMaterials": false,
|
|
"unlockAllShipFeatures": true,
|
|
"unlockAllShipDecorations": true,
|
|
"unlockAllFlavourItems": true,
|
|
"unlockAllSkins": true,
|
|
"unlockAllCapturaScenes": true,
|
|
"universalPolarityEverywhere": true,
|
|
"unlockDoubleCapacityPotatoesEverywhere": true,
|
|
"unlockExilusEverywhere": true,
|
|
"unlockArcanesEverywhere": true,
|
|
"noDailyStandingLimits": true,
|
|
"instantResourceExtractorDrones": false,
|
|
"noDojoRoomBuildStage": true,
|
|
"fastDojoRoomDestruction": true,
|
|
"noDojoResearchCosts": true,
|
|
"noDojoResearchTime": true,
|
|
"spoofMasteryRank": -1
|
|
}
|