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;
64
64
var source = abp . localization . values [ sourceName ] ;
65
65
66
66
if ( ! source ) {
67
- abp . log . warn ( 'Could not find localization source: ' + sourceName ) ;
67
+ // abp.log.warn('Could not find localization source: ' + sourceName);
68
68
return key ;
69
69
}
70
70
Original file line number Diff line number Diff line change 1
1
{
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
+ }
16
17
}
17
- }
18
- }
18
+ }
You can’t perform that action at this time.
0 commit comments