mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
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.
26 lines
855 B
26 lines
855 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44301",
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200,https://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|