Skip to content

Commit b984e4c

Browse files
committed
monitor url config fix
1 parent 303cf78 commit b984e4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Ahk.GradeManagement/Ahk.GradeManagement.Api/appsettings.Production.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"AhkOptions": {
1515
"AppUrl": "https://ahk-grade-management-ckgbdgcubnb8ema9.northeurope-01.azurewebsites.net/",
16+
"MonitorUrl": "https://ahk-github-monitor-2.azurewebsites.net/api/github-webhook",
1617
"KeyVaultUrl": "https://ahk-kv-prod.vault.azure.net/"
1718
}
1819
}

src/Ahk.GradeManagement/Ahk.GradeManagement.Api/appsettings.Test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"AhkOptions": {
1515
"AppUrl": "https://ahk-grade-management-test-dae5fygzezg3abb2.northeurope-01.azurewebsites.net/",
16+
"MonitorUrl": "https://ahk-github-monitor-2-test-dsdcgkgpe0fgagfs.northeurope-01.azurewebsites.net/api/github-webhook",
1617
"KeyVaultUrl": "https://ahk-kv-test.vault.azure.net/"
1718
}
1819
}

0 commit comments

Comments
 (0)