equal
deleted
inserted
replaced
4 var ENV = { |
4 var ENV = { |
5 rootElement: '#corpus-app', |
5 rootElement: '#corpus-app', |
6 modulePrefix: 'app-client', |
6 modulePrefix: 'app-client', |
7 environment: environment, |
7 environment: environment, |
8 baseURL: '/corpus', |
8 baseURL: '/corpus', |
9 locationType: 'auto', |
9 // locationType: '', |
|
10 // contentSecurityPolicy: { |
|
11 // 'default-src': "'none'", |
|
12 // 'style-src': "'self' 'http://localhost:4200'" |
|
13 // }, |
10 APP: { |
14 APP: { |
11 baseStatic: '', |
15 baseStatic: '', |
12 // Here you can pass flags/options to your application instance |
16 // Here you can pass flags/options to your application instance |
13 // when it is created |
17 // when it is created |
14 } |
18 } |