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,
|
2024-12-23 22:44:43 +01:00
|
|
|
"level": "trace"
|
2024-05-15 21:55:59 +02:00
|
|
|
},
|
|
|
|
"myAddress": "localhost",
|
2025-02-20 06:16:40 -08:00
|
|
|
"hubAddress": "https://localhost/api/",
|
|
|
|
"platformCDNs": ["https://localhost/"],
|
|
|
|
"NRS": ["localhost"],
|
2024-05-22 23:32:11 +02:00
|
|
|
"httpPort": 80,
|
|
|
|
"httpsPort": 443,
|
2024-12-23 22:44:01 +01:00
|
|
|
"administratorNames": [],
|
2023-06-04 03:06:22 +02:00
|
|
|
"autoCreateAccount": true,
|
2023-06-05 04:16:49 +08:00
|
|
|
"skipTutorial": true,
|
2024-07-03 12:31:35 +02:00
|
|
|
"skipAllDialogue": true,
|
2024-05-03 21:04:01 +02:00
|
|
|
"unlockAllScans": true,
|
2024-02-12 14:31:28 +01:00
|
|
|
"unlockAllMissions": true,
|
2024-12-22 00:34:19 +01:00
|
|
|
"infiniteCredits": true,
|
|
|
|
"infinitePlatinum": true,
|
2025-01-06 05:36:39 +01:00
|
|
|
"infiniteEndo": true,
|
|
|
|
"infiniteRegalAya": true,
|
2024-06-11 12:56:51 +02:00
|
|
|
"unlockAllShipFeatures": true,
|
2024-05-03 21:10:05 +02:00
|
|
|
"unlockAllShipDecorations": true,
|
2024-05-28 13:28:35 +02:00
|
|
|
"unlockAllFlavourItems": true,
|
2024-05-29 22:08:41 +02:00
|
|
|
"unlockAllSkins": true,
|
2024-12-29 21:11:36 +01:00
|
|
|
"unlockAllCapturaScenes": true,
|
2024-06-22 23:22:38 +02:00
|
|
|
"universalPolarityEverywhere": true,
|
2025-01-15 05:20:30 +01:00
|
|
|
"unlockDoubleCapacityPotatoesEverywhere": true,
|
|
|
|
"unlockExilusEverywhere": true,
|
|
|
|
"unlockArcanesEverywhere": true,
|
2025-01-17 07:02:19 +01:00
|
|
|
"noDailyStandingLimits": true,
|
2024-05-28 13:28:35 +02:00
|
|
|
"spoofMasteryRank": -1
|
2023-11-02 12:41:00 +01:00
|
|
|
}
|