forked from eclipse-basyx/basyx-java-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.properties
More file actions
82 lines (68 loc) · 4.18 KB
/
Copy pathapplication.properties
File metadata and controls
82 lines (68 loc) · 4.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
server.port=8081
server.error.path=/error
spring.application.name=AAS Repository
basyx.aasrepo.name=aas-repo
basyx.backend = InMemory
#basyx.backend = MongoDB
#spring.data.mongodb.host=127.0.0.1
#spring.data.mongodb.port=27017
#spring.data.mongodb.database=aas
#spring.data.mongodb.authentication-database=admin
#spring.data.mongodb.username=mongoAdmin
#spring.data.mongodb.password=mongoPassword
# basyx.aasrepository.feature.mqtt.enabled = true
# mqtt.clientId=TestClient
# mqtt.hostname = localhost
# mqtt.port = 1883
# basyx.cors.allowed-origins=http://localhost:3000, http://localhost:4000
# basyx.cors.allowed-methods=GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD
####################################################################################
# Authorization
####################################################################################
#basyx.feature.authorization.enabled = true
#basyx.feature.authorization.type = rbac
#basyx.feature.authorization.jwtBearerTokenProvider = keycloak
#basyx.feature.authorization.rbac.file = classpath:rbac_rules.json
#spring.security.oauth2.resourceserver.jwt.issuer-uri= http://localhost:9096/realms/BaSyx
ld-sso.base-url = ${LD_SSO_BASE_URL}
ld-sso.audience = ${LD_SSO_AUDIENCE}
ld-sso.debug-enabled = false
ld-sso.whitelisted-ips = ${LD_SSO_WHITELISTED_IPS}
#basyx.feature.authorization.rules.backend=Submodel
#basyx.feature.authorization.rules.backend.submodel.authorization.endpoint=http://localhost:8061/submodels/N0E3MTA0QkRBQjU3RTE4NA==
#basyx.feature.authorization.rules.backend.submodel.authorization.token-endpoint=http://localhost:9097/realms/BaSyx/protocol/openid-connect/token
#basyx.feature.authorization.rules.backend.submodel.authorization.grant-type = CLIENT_CREDENTIALS
#basyx.feature.authorization.rules.backend.submodel.authorization.client-id=workstation-1
#basyx.feature.authorization.rules.backend.submodel.authorization.client-secret=nY0mjyECF60DGzNmQUjL81XurSl8etom
####################################################################################
# Feature: Registry Integration
####################################################################################
#basyx.aasrepository.feature.registryintegration=http://localhost:8050
#basyx.externalurl=http://localhost:8081
#basyx.aasrepository.feature.registryintegration.authorization.enabled=true
#basyx.aasrepository.feature.registryintegration.authorization.token-endpoint=http://localhost/realms/BaSyx/protocol/openid-connect/token
#basyx.aasrepository.feature.registryintegration.authorization.grant-type = CLIENT_CREDENTIALS
#basyx.aasrepository.feature.registryintegration.authorization.client-id=workstation-1
#basyx.aasrepository.feature.registryintegration.authorization.client-secret=nY0mjyECF60DGzNmQUjL81XurSl8etom
####################################################################################
# Feature: Discovery Integration
####################################################################################
#basyx.aasrepository.feature.discoveryintegration=http://localhost:8084
#basyx.aasrepository.feature.discoveryintegration.authorization.enabled=true
#basyx.aasrepository.feature.discoveryintegration.authorization.token-endpoint=http://localhost/realms/BaSyx/protocol/openid-connect/token
#basyx.aasrepository.feature.discoveryintegration.authorization.grant-type = CLIENT_CREDENTIALS
#basyx.aasrepository.feature.discoveryintegration.authorization.client-id=workstation-1
#basyx.aasrepository.feature.discoveryintegration.authorization.client-secret=nY0mjyECF60DGzNmQUjL81XurSl8etom
####################################################################################
# Feature: Search
####################################################################################
# basyx.aasrepository.feature.experimental.search.enabled=true
# basyx.aasrepository.feature.experimental.search.indexname=aas-index-test
# spring.elasticsearch.uris=http://localhost:9200
# spring.elasticsearch.username=elastic
# spring.elasticsearch.password=vtzJFt1b
####################################################################################
# Disable the Swagger UI
####################################################################################
#springdoc.swagger-ui.enabled=false
#springdoc.api-docs.enabled=false