Compare commits

...

3 Commits

Author SHA1 Message Date
masoodafar-web ea3577893b fix: update Seq ServerUrl to use HTTPS 2025-12-20 05:19:59 +03:30
masoodafar-web 480d87cec6 fix: update CMSMSAddress and Seq ServerUrl to use secure URLs 2025-12-20 05:18:06 +03:30
masoodafar-web b24191d59f fix: update deployment branch to stage-new in workflow configuration 2025-12-20 05:09:47 +03:30
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ name: Push nuget and docker image Actions Workflow
on: on:
push: push:
branches: branches:
- stage - stage-new
jobs: jobs:
Deploy: Deploy:
runs-on: windows runs-on: windows
+2 -2
View File
@@ -11,7 +11,7 @@
}, },
"GrpcChannelOptions": { "GrpcChannelOptions": {
"FMSMSAddress": "https://dl.afrino.co", "FMSMSAddress": "https://dl.afrino.co",
"CMSMSAddress": "http://cms-svc:80" "CMSMSAddress": "https://cms.kbs1.ir"
// "CMSMSAddress": "https://cms.foursat.afrino.co" // "CMSMSAddress": "https://cms.foursat.afrino.co"
// "CMSMSAddress": "https://localhost:32846" // "CMSMSAddress": "https://localhost:32846"
}, },
@@ -24,7 +24,7 @@
"ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D" "ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D"
}, },
"Seq": { "Seq": {
"ServerUrl": "http://seq-svc:5341", "ServerUrl": "https://seq.afrino.co",
"ApiKey": "" "ApiKey": ""
} }
} }