first push
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Smtp": {
|
||||
"Host": "smtp.gmail.com",
|
||||
"Port": 587,
|
||||
"User": "harlay.k1@gmail.com",
|
||||
"Password": "zned sjls vypl bqgo",
|
||||
"From": "harlay.k1@gmail.com"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=192.168.1.50;Port=5433;Database=PhotoShareDB;Username=Helri;Password=HarKev1191."
|
||||
|
||||
//"DefaultConnection": "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=PhotoShareDB;Integrated Security=True;Connect Timeout=30;Encrypt=True;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False;Command Timeout=30"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user