Utopia-Canteen-System/appsettings.example.json

14 lines
384 B
JSON

{
"SyncApiEndpoint": "https://api.example.com/uind/sync",
"ScannerConnected": false,
"ScanTimeoutSeconds": 60,
"AdminCardId": "ADMIN",
"SiteId": "02",
"DeviceId": "",
"RememberAdminCredentials": false,
"SavedAdminUsername": "",
"SavedAdminPasswordProtected": "",
"MySqlConnectionString": "Server=localhost;Database=hrms;User=root;Password=CHANGE_ME;Port=3306;"
}