-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
30 lines (27 loc) · 960 Bytes
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "https://ek22605.east-us-2.azure.snowflakecomputing.com;user=skywalkelectric;password=Prabhakar123;Database=KLINEELECTRIC;Warehouse=TestWarehouse;Account=Tester1;"
},
"DbUser": "skywalkelectric",
"DbPassword": "Prabhakar123",
"DbAccount": "ek22605",
"DbRegion": "east-us-2.azure",
"DbName": "KLINEELECTRIC",
"Schema": "PUBLIC",
"Role": "ACCOUNTADMIN",
"StageName": "INTERNAL_STAGE",
"DefaultPageSize": "10",
"AzureBaseURL": "https://snowflakemanager.azurewebsites.net/api/",
"ClientId": "f2bbead4-3314-4fbf-8003-a4040eaa08b5",
"ClientSecret": "4C77Q~0oBchGduHQ2EmPBFKxefSZh8sEopB0Z",
"TenantId": "968234d9-f4d7-429d-93da-3fe04bf3828b",
"AccessLogin": "https://login.windows.net/",
"ObjectId": "f2bbead4-3314-4fbf-8003-a4040eaa08b5"
}