mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat: extend Java config, Schema, and DB for selfhosted licensing SDK
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
"scenario": "school",
|
||||
"selfhosted": {
|
||||
"baseUrl": "https://license.internal.example/api/v1",
|
||||
"tenantKey": "district-west"
|
||||
"tenantKey": "district-west",
|
||||
"offlineGraceDays": 7,
|
||||
"heartbeatIntervalHours": 24
|
||||
},
|
||||
"features": {
|
||||
"face": {},
|
||||
"expression": {}
|
||||
"face": { "selfhostedFeatureKey": "face" },
|
||||
"expression": { "selfhostedFeatureKey": "expression" }
|
||||
},
|
||||
"school": {
|
||||
"edgeDeviceId": "gate-02"
|
||||
|
||||
Reference in New Issue
Block a user