SpaceNinjaServer/config.json.example

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-05-19 15:22:48 -03:00
{
2024-05-15 21:55:59 +02:00
"mongodbUrl": "mongodb://127.0.0.1:27017/openWF",
"logger": {
"files": true,
"level": "trace"
2024-05-15 21:55:59 +02:00
},
"myAddress": "localhost",
"httpPort": 80,
"httpsPort": 443,
"NRS": ["localhost"],
"administratorNames": [],
"autoCreateAccount": true,
2023-06-05 04:16:49 +08:00
"skipTutorial": true,
"skipAllDialogue": true,
2024-05-03 21:04:01 +02:00
"unlockAllScans": true,
2024-02-12 14:31:28 +01:00
"unlockAllMissions": true,
"infiniteCredits": true,
"infinitePlatinum": true,
"infiniteEndo": true,
"infiniteRegalAya": true,
"infiniteHelminthMaterials": false,
2024-06-11 12:56:51 +02:00
"unlockAllShipFeatures": true,
2024-05-03 21:10:05 +02:00
"unlockAllShipDecorations": true,
"unlockAllFlavourItems": true,
2024-05-29 22:08:41 +02:00
"unlockAllSkins": true,
2024-12-29 21:11:36 +01:00
"unlockAllCapturaScenes": true,
"universalPolarityEverywhere": true,
"unlockDoubleCapacityPotatoesEverywhere": true,
"unlockExilusEverywhere": true,
"unlockArcanesEverywhere": true,
"noDailyStandingLimits": true,
"instantResourceExtractorDrones": false,
"noDojoRoomBuildStage": true,
"fastDojoRoomDestruction": true,
"noDojoResearchCosts": true,
"noDojoResearchTime": true,
"spoofMasteryRank": -1
2023-11-02 12:41:00 +01:00
}