SpaceNinjaServer/config.json.example
Sainan 4205364bd8
Some checks failed
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Successful in 48s
Build Docker image / docker (push) Has been cancelled
Build / build (18) (push) Has been cancelled
feat: noDojoResearchCosts & noDojoResearchTime (#1053)
Closes #1052

Reviewed-on: #1053
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:35:14 -08:00

38 lines
1.0 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,
"noDojoResearchCosts": true,
"noDojoResearchTime": true,
"spoofMasteryRank": -1
}