原生化后台只读接口:GET /api/admin/candidates GET /api/admin/registrations GET /api/admin/payments 保持超级、校级、班级管理员的数据范围一致。 保持证件号脱敏、审批流、考试科目、缴费信息及座位号前导零兼容。 新增灰度开关:ADMIN_NATIVE_OPERATIONAL_READS_ENABLED=true 归档、审核、缴费更新等写操作暂时继续转发 Node。
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"LegacyNode": {
|
|
"Enabled": true,
|
|
"BaseUrl": "http://127.0.0.1:4174"
|
|
},
|
|
"AuthenticationMigration": {
|
|
"NativeEnabled": false
|
|
},
|
|
"CandidateMigration": {
|
|
"NativeEnabled": false
|
|
},
|
|
"AdminMigration": {
|
|
"NativeReadsEnabled": false,
|
|
"NativeOrganizationWritesEnabled": false,
|
|
"NativeAccountBatchesEnabled": false,
|
|
"NativeConfigurationEnabled": false,
|
|
"NativeNoticeManagementEnabled": false,
|
|
"NativeCentersEnabled": false,
|
|
"NativeOperationalReadsEnabled": false
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|