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.
22 lines
668 B
22 lines
668 B
{
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Database=EventHub;Username=root;Password=root;Port=5432"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|