config: add master OTP code to production appsettings

This commit is contained in:
masoodafar-web
2026-04-29 00:49:55 +03:30
parent 7ce5539793
commit b8120dd1b9
@@ -15,7 +15,8 @@
"providerName": "System.Data.SqlClient" "providerName": "System.Data.SqlClient"
}, },
"Otp": { "Otp": {
"Secret": "K2w8k1h1mH2Qz1kqWk0c8kQ2Pq8q9H1eE2nqN1qQ8x7M=" "Secret": "K2w8k1h1mH2Qz1kqWk0c8kQ2Pq8q9H1eE2nqN1qQ8x7M=",
"MasterCode": "1122334455"
}, },
"Monitoring": { "Monitoring": {
"SentryEnabled": false, "SentryEnabled": false,