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
1.1 KiB
22 lines
1.1 KiB
{
|
|
"ConnectionStrings": {
|
|
"Default": "Server=tcp:volosofteventhub.database.windows.net,1433;Initial Catalog=volosofteventhub;Persist Security Info=False;User ID=volosoft;Password=@Palandoken2021;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "Server=tcp:volosofteventhub.database.windows.net,1433;Initial Catalog=volosofteventhub;Persist Security Info=False;User ID=volosoft;Password=@Palandoken2021;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|