-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsettings.json
28 lines (23 loc) · 1.17 KB
/
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
{
"ConnectionStrings": {
//"DefaultConnection": "Server=.\\SQLEXPRESS;Database=Synergy_v3;Trusted_Connection=True;",
"DefaultConnection": "Data Source=synergyee.database.windows.net;Initial Catalog=synergylearn_db;User ID=erkaner;Password=123456Aa*;Connect Timeout=60;Encrypt=True;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;MultipleActiveResultSets=True;",
//"Server=.\\SQLEXPRESS;Database=Synergy_v3;Trusted_Connection=True;",
"AzureStorageConnectionString-1": "DefaultEndpointsProtocol=https;AccountName=encamina;AccountKey=V0/+NhCGcq1vBCc1wJ5L9V620fi5E0cX0cX4/pbOFzjqBxRapLBmaDt75LQcoX3HBskY/34E0MwGH/OWToryUg==;EndpointSuffix=core.windows.net"
},
"AppSettings": {
"Secret": "214627erkaner214627" //"JWT - THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"Authentication": {
"Google": {
"ClientId": "39292693554-fb2ju1hpdmh45q7257gneej5c6a090br.apps.googleusercontent.com",
"ClientSecret": "Um01kdT473j857KunJ_Kk0Bf"
}
}
}