forked from racinel200/DeviceManagerRDMUIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeviceManagerConfig.json
More file actions
35 lines (32 loc) · 2.22 KB
/
DeviceManagerConfig.json
File metadata and controls
35 lines (32 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{"mySqlHost":"DBHOST",
"dbUser": "DBUSER",
"dbPW": "DBPW",
"dbPort": 3306,
"dbTimeout": 2,
"DeviceManagerAPIPort": 8887,
"NotificationWebhookURL": "https://discordapp.com/api/webhooks/521469738648600576/1CY6PCj88GRkZi922LuLnngTIC2blr3ixmC6lVbck2CaBkJ89__2hG_uWZ878flIxgO9",
"uiControlFolder": "RealDeviceMap-UIControl-BetaRefactor-All",
"delayTime": 1,
"backendURL": "http://BACKENDURL:9001",
"dashboardURL": "http://DASHBOARDURL:9000/dashboard",
"CSRF":"YOURCSRF",
"SessionToken": "YourSessionToken",
"maxBuilds": 3,
"APIUsername" : "yourApiUsername",
"APIPassword": "PokemonIsAwesome",
"logFilesToKeep":15,
"IpaDelay": 15,
"StartupWaitTime": 240,
"DBLastUpdatedTimeMessageThreshold": 1200,
"DeviceStartupDBContactDelay": 240,
"Errors" : {"Failed to connect to Backend" : "Issue Connecting to Backend", "Device is not assigned to an instance!": "No Instance Assigned to Device", "unexpected exit or crash" : "Unexpected Error", "Failed to get account and not logged in": "Error Getting Account", "in a row. Restarting": "Restarted Due to No Data: ", "Too many instances" : "Too Many Instances Error", "Alert to not exist": "Alert is on the phone", "test3LoginPassword]' failed": "Login Failure", "Logging out failed": "Logout Failure" },
"UninstallErrors": ["Error Getting Account"],
"DDFolderRebuildErrors": ["Too Many Instances Error"],
"NoContactDBRestartTime": 300,
"raidMaxTime": 15,
"minDelayLogout": 360,
"destinationTimeout" : 180,
"targetMaxDistance": 700.0,
"users": {"yourusername": {"password": "PokemonIsAwesome"}},
"DeviceManagerTableString": "<style> table.GeneratedTable { width: 100%; background-color: #ffffff; border-collapse: collapse; border-width: 1px; border-color: #ffcc00; border-style: solid; color: #000000; } table.GeneratedTable td, table.GeneratedTable th { border-width: 2px; border-color: #ffcc00; border-style: solid; padding: 2px; } table.GeneratedTable thead { background-color: #ffcc00; } tr:nth-child(even) {background-color: #99b6e5;} </style> <table class=\"GeneratedTable\"> <thead> <tr> <th>Device</th> <th>Status</th> <th>Instance</th> <th>LastUpdated</th> <th>Actions</th></tr> </thead> <tbody>"
}