mirror of https://github.com/abpframework/eventhub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
910 B
27 lines
910 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44313",
|
|
"CorsOrigins": "https://*.EventHub.com,http://localhost:4200,https://localhost:44307,https://localhost:44362",
|
|
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Database=EventHub;Username=postgres;Password=1q2w3E*"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "TxVIZFPxK33czbbv"
|
|
},
|
|
"Settings": {
|
|
"Abp.Mailing.Smtp.Host": "127.0.0.1",
|
|
"Abp.Mailing.Smtp.Port": "25",
|
|
"Abp.Mailing.Smtp.UserName": "",
|
|
"Abp.Mailing.Smtp.Password": "",
|
|
"Abp.Mailing.Smtp.Domain": "",
|
|
"Abp.Mailing.Smtp.EnableSsl": "false",
|
|
"Abp.Mailing.Smtp.UseDefaultCredentials": "true",
|
|
"Abp.Mailing.DefaultFromAddress": "noreply@abp.io",
|
|
"Abp.Mailing.DefaultFromDisplayName": "ABP application"
|
|
}
|
|
}
|
|
|