16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"SyncApiEndpoint": "https://api.example.com/uind/sync",
|
|
"ScannerConnected": false,
|
|
"ScanIntervalDays": 0,
|
|
"ScanIntervalHours": 0,
|
|
"ScanIntervalMinutes": 1,
|
|
"AdminCardId": "ADMIN",
|
|
"SiteId": "02",
|
|
"DeviceId": "",
|
|
"RememberAdminCredentials": false,
|
|
"SavedAdminUsername": "",
|
|
"SavedAdminPasswordProtected": "",
|
|
"MySqlConnectionString": "Server=localhost;Database=hrms;User=root;Password=CHANGE_ME;Port=3306;"
|
|
}
|
|
|