Merge branch 'Feature/authorize/program-manager'

# Conflicts:
#	ServiceHost/appsettings.Development.json
#	ServiceHost/appsettings.json
This commit is contained in:
2025-12-07 18:25:18 +03:30
5 changed files with 82 additions and 9 deletions

View File

@@ -56,7 +56,13 @@
"Dadmehrg": "https://api.pm.dadmehrg.ir",
"Gozareshgir": "https://api.pm.gozareshgir.ir"
},
"SepehrGateWayTerminalId": 99213700
"SepehrGateWayTerminalId": 99213700,
"JwtSettings": {
"SecretKey": ">3£>^1UBG@yw)QdhRC3$£:;r8~?qpp^oKK4D3a~8L2>enF;lkgh",
"Issuer": "GozareshgirApp",
"Audience": "GozareshgirUsers",
"ExpirationMinutes": 30
}
}