Use config to store settings

This commit is contained in:
2025-10-04 17:44:28 +09:00
parent 2445c23f2e
commit e80282fcd8
5 changed files with 32 additions and 5 deletions

View File

@ -5,5 +5,11 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
// В теории это небезопасно, но так как это чисто серверная аппка, то покс
"BrokerConfig": {
"OrgPPAGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2",
"ExecutorGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2",
"CertificateSerialNumber": "0636D2330032B3C38A4A26D765C787C248"
}
}