-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
21 lines (21 loc) · 883 Bytes
/
Copy pathappsettings.json
File metadata and controls
21 lines (21 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=IntexMFA.db",
//"ShoppingConnection": "Data Source=IntexW24Dataset.db",
"ShoppingAzureConnection": "Server=tcp:myfreesqldbserverbrock.database.windows.net,1433;Initial Catalog=SethTestDb;Persist Security Info=False;User ID=sethab;Password=REMOVED_SECRET;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"https_port": 443,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Authentication": {
"Google": {
"ClientId": "https://intex1-14clientid.vault.azure.net/secrets/GoogleClientId/1d81b0e1aaed41c0a5a8a38694d8b90e",
"ClientSecret": "https://intex1-14clientid.vault.azure.net/secrets/GoogleClientSecret/5c59650a9fe342fc86794f5011a94845"
}
}
}