Skip to content

Commit 2c14d76

Browse files
authored
appsettings
1 parent 94d6415 commit 2c14d76

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ConnectionStrings": {
3+
"DbConnection": "Server=tcp:ahk-grade-management.database.windows.net,1433;Initial Catalog=GradeManagement.Database;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=\"Active Directory Default\";"
4+
},
5+
"Logging": {
6+
"LogLevel": {
7+
"Default": "Information",
8+
"Microsoft.AspNetCore": "Warning"
9+
}
10+
},
11+
"ErrorHandlingOptions": {
12+
"ReturnExceptionDetails": false
13+
},
14+
"AhkOptions": {
15+
"AppUrl": "https://ahk-grade-management-ckgbdgcubnb8ema9.northeurope-01.azurewebsites.net/",
16+
"KeyVaultUrl": "https://ahkgithubmonitorsecrets.vault.azure.net/"
17+
}
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ConnectionStrings": {
3+
"DbConnection": "Server=tcp:ahk-grade-management.database.windows.net,1433;Initial Catalog=GradeManagement.Database.Test;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=\"Active Directory Default\";"
4+
},
5+
"Logging": {
6+
"LogLevel": {
7+
"Default": "Information",
8+
"Microsoft.AspNetCore": "Warning"
9+
}
10+
},
11+
"ErrorHandlingOptions": {
12+
"ReturnExceptionDetails": true
13+
},
14+
"AhkOptions": {
15+
"AppUrl": "https://ahk-grade-management-test-dae5fygzezg3abb2.northeurope-01.azurewebsites.net/",
16+
"KeyVaultUrl": "https://ahkgithubmonitorsecretstest.vault.azure.net/"
17+
}
18+
}

0 commit comments

Comments
 (0)