-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
35 lines (35 loc) · 985 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
31
32
33
34
35
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MySqlConnectionApp": "Server=localhost;Port=3306;User=adhiarta;Password=1234;Database=mm;",
"azure": "Server=tcp:azrsqldbserver.database.windows.net,1433;Initial Catalog=asqlsorgumdb;Persist Security Info=False;User ID=aku;Password=123456!@#QWE;Connection Timeout=30;"
},
"JwtSettings": {
"SymKey": "hu4%#%#*~@y46422424",
"IoTSymKey": "hu4%#%#*~@y4*92{l424"
},
"EmailSettings": {
"Server": "smtp.gmail.com",
"Port": 465,
"SenderName": "ITS Smart Farming",
"SenderEmail": "[email protected]",
"Account": "[email protected]",
"Password": "wnqlsddxybksnviz",
"Security": true
},
"Path": {
"EmailTemplates": "wwwroot/EmailTemplates/"
},
"Azure": {
"SignalR": {
"Enabled": "true"
}
}
}