mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-10 02:20:28 +08:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"provider": "selfhosted",
|
|
"scenario": "school",
|
|
"selfhosted": {
|
|
"baseUrl": "https://license.internal.example/api/v1",
|
|
"tenantKey": "district-west",
|
|
"offlineGraceDays": 7,
|
|
"heartbeatIntervalHours": 24
|
|
},
|
|
"features": {
|
|
"face": { "selfhostedFeatureKey": "face" },
|
|
"expression": { "selfhostedFeatureKey": "expression" }
|
|
},
|
|
"school": {
|
|
"edgeDeviceId": "gate-02"
|
|
}
|
|
}
|