All checks were successful
Build / build (20) (push) Successful in 34s
Build / build (22) (push) Successful in 1m2s
Build / build (18) (push) Successful in 1m14s
Build / build (18) (pull_request) Successful in 37s
Build / build (20) (pull_request) Successful in 1m2s
Build / build (22) (pull_request) Successful in 1m12s
35 lines
937 B
Plaintext
35 lines
937 B
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,
|
|
"unlockAllShipFeatures": true,
|
|
"unlockAllShipDecorations": true,
|
|
"unlockAllFlavourItems": true,
|
|
"unlockAllSkins": true,
|
|
"unlockAllCapturaScenes": true,
|
|
"universalPolarityEverywhere": true,
|
|
"unlockDoubleCapacityPotatoesEverywhere": true,
|
|
"unlockExilusEverywhere": true,
|
|
"unlockArcanesEverywhere": true,
|
|
"noDailyStandingLimits": true,
|
|
"spoofMasteryRank": -1
|
|
}
|