Skip to content

Commit c75611c

Browse files
add missing app properties to registry components
1 parent d94564e commit c75611c

File tree

2 files changed

+25
-2
lines changed
  • basyx.aasregistry/basyx.aasregistry-service/src/main/resources
  • basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources

2 files changed

+25
-2
lines changed

basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,15 @@ spring:
3030
jackson:
3131
date-format: org.eclipse.digitaltwin.basyx.aasregistry.service.RFC3339DateFormat
3232
serialization:
33-
WRITE_DATES_AS_TIMESTAMPS: false
33+
WRITE_DATES_AS_TIMESTAMPS: false
34+
35+
ld-sso:
36+
base-url: https://sso.twinmap.de
37+
audience: aas_twinmap_qa
38+
debug-enabled: false
39+
whitelisted-ips: []
40+
basyx:
41+
cors:
42+
allowed-origins: '*'
43+
allowed-methods: 'GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD'
44+
allowed-headers: '*'

basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,16 @@ spring:
3030
jackson:
3131
date-format: org.eclipse.digitaltwin.basyx.submodelregistry.service.RFC3339DateFormat
3232
serialization:
33-
WRITE_DATES_AS_TIMESTAMPS: false
33+
WRITE_DATES_AS_TIMESTAMPS: false
34+
35+
36+
ld-sso:
37+
base-url: https://sso.twinmap.de
38+
audience: aas_twinmap_qa
39+
debug-enabled: false
40+
whitelisted-ips: []
41+
basyx:
42+
cors:
43+
allowed-origins: '*'
44+
allowed-methods: 'GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD'
45+
allowed-headers: '*'

0 commit comments

Comments
 (0)