We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33001f1 commit 2bb9fefCopy full SHA for 2bb9fef
1 file changed
configuration/profiles/81-ssl.properties
@@ -10,3 +10,12 @@ tomcat.ssl.keystore.path=${HYBRIS_CONFIG_DIR}/../../../certificates/local.cxdev.
10
tomcat.ssl.keystore.password=123456
11
tomcat.ssl.keystore.alias=local.cxdev.me
12
13
+
14
+# Keystore setup for integrated solr server
15
+solrserver.instances.default.ssl.keyStore=${tomcat.ssl.keystore.path}
16
+solrserver.instances.default.ssl.keyStorePassword=${tomcat.ssl.keystore.password}
17
18
+# Domain configuration for smart edit
19
+smartedit.tomcat.hostname=local.cxdev.me
20
+smartedit.ssl.validation.enabled=true
21
0 commit comments