feat: extend Java config, Schema, and DB for selfhosted licensing SDK

This commit is contained in:
2026-05-18 22:20:14 +08:00
parent fbce298f2b
commit 91aabb500c
6 changed files with 132 additions and 7 deletions
+5 -3
View File
@@ -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"