Add project files.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"Default": "Server=192.168.1.68;Port=3306;Database=calendarreminder;User=mip;Password=mip@2013;"
|
||||
},
|
||||
"Jwt": {
|
||||
"Secret": "Hhb$bHfHsi@*lqxd1noC&DPK!$SL8fy9x",
|
||||
"Issuer": "CalendarReminder",
|
||||
"Audience": "CalendarReminderUsers"
|
||||
},
|
||||
"Email": {
|
||||
"Host": "smtp.gmail.com",
|
||||
"Port": 465,
|
||||
"Username": "nas@culak.sk",
|
||||
"Password": "ggTdYzhRfFlK3RoiojOr",
|
||||
"From": "nas@culak.sk",
|
||||
"UseSsl": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user