32 lines
933 B
JSON
32 lines
933 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"maria": "UserID=root;Password=ama111AMA!!!;Host=localhost;Port=3306;Database=Chat;Protocol=TCP;",
|
|
"PostgreDB": "Host=localhost;Database=Chat;Username=test;Password=test;Port=5432;IncludeErrorDetail=true;"
|
|
},
|
|
"JWT": {
|
|
"Key": "thisisasecretKeyIneedtoprovideenoughletterstomakeitwork",
|
|
"Issuer": "https://hello.com",
|
|
"Audience": "hello.com",
|
|
"DurationInMinutes": 10
|
|
},
|
|
"EmailTemplate": {
|
|
"EmailConfirmation": "placeHolder",
|
|
"ResetPassword": "placeHolder"
|
|
},
|
|
"hostname": "placeHolder",
|
|
"MailSettings": {
|
|
"Mail": "merge1942@gmail.com",
|
|
"DisplayName": "Merge",
|
|
"UserName": "merge1942@gmail.com",
|
|
"Password": "ftyqwyqpqtixalxp",
|
|
"Host": "smtp.gmail.com",
|
|
"Port": 587
|
|
}
|
|
} |