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
62 lines (50 loc) · 2.44 KB
/
Copy pathapplication.properties
File metadata and controls
62 lines (50 loc) · 2.44 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
server.port=8081
spring.application.name=Submodel Repository
basyx.smrepo.name = sm-repo
basyx.backend = InMemory
# basyx.submodelrepository.feature.registryintegration=http://localhost:8060
# basyx.externalurl=http://localhost:8081
#basyx.backend = MongoDB
#spring.data.mongodb.host=mongo
# or spring.data.mongodb.host=127.0.0.1
#spring.data.mongodb.port=27017
#spring.data.mongodb.database=submodels
#spring.data.mongodb.authentication-database=admin
#spring.data.mongodb.username=mongoAdmin
#spring.data.mongodb.password=mongoPassword
# basyx.submodelrepository.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
####################################################################################
# Operation Delegation
####################################################################################
# This feature is enabled by default
#basyx.submodelrepository.feature.operation.delegation.enabled = false
####################################################################################
# Feature: Search
####################################################################################
# basyx.submodelrepository.feature.experimental.search.enabled=true
# basyx.submodelrepository.feature.experimental.search.indexname=sm-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
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}