File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ sourceName = sourceName || abp.localization.defaultSourceName;
6464var source = abp . localization . values [ sourceName ] ;
6565
6666if ( ! source ) {
67- abp . log . warn ( 'Could not find localization source: ' + sourceName ) ;
67+ // abp.log.warn('Could not find localization source: ' + sourceName);
6868 return key ;
6969}
7070
Original file line number Diff line number Diff line change 11{
2- "ConnectionStrings" : {
3- "Default" : " Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;"
4- },
5- "App" : {
6- "ServerRootAddress" : " http://localhost:21021/" ,
7- "ClientRootAddress" : " http://localhost:4200/" ,
8- "CorsOrigins" : " http://localhost:4200"
9- },
10- "Authentication" : {
11- "JwtBearer" : {
12- "IsEnabled" : " true" ,
13- "SecurityKey" : " AbpProjectName_C421AAEE0D114E9C" ,
14- "Issuer" : " AbpProjectName" ,
15- "Audience" : " AbpProjectName"
2+ "ConnectionStrings" : {
3+ "Default" : " Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;"
4+ },
5+ "App" : {
6+ "ServerRootAddress" : " http://localhost:21021/" ,
7+ "ClientRootAddress" : " http://localhost:4200/" ,
8+ "CorsOrigins" : " http://localhost:4200,http://localhost:8080"
9+ },
10+ "Authentication" : {
11+ "JwtBearer" : {
12+ "IsEnabled" : " true" ,
13+ "SecurityKey" : " AbpProjectName_C421AAEE0D114E9C" ,
14+ "Issuer" : " AbpProjectName" ,
15+ "Audience" : " AbpProjectName"
16+ }
1617 }
17- }
18- }
18+ }
You can’t perform that action at this time.
0 commit comments