diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.Api/appsettings.Production.json b/TeachingRecordSystem/src/TeachingRecordSystem.Api/appsettings.Production.json index 874cd3f6e..75e5944d1 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.Api/appsettings.Production.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.Api/appsettings.Production.json @@ -23,6 +23,7 @@ "RunService": true }, "TrsSyncService": { - "RegisterServiceClient": true + "RegisterServiceClient": true, + "RunService": true } }