Skip to content

Commit

Permalink
#1299 application.properties.template cleanup (#1430)
Browse files Browse the repository at this point in the history
* #1299 application.properties.template cleanup
  • Loading branch information
dk1844 authored Jul 8, 2020
1 parent 3e3db4a commit ad78dbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions menas/src/main/resources/application.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ menas.oozie.splineMongoURL=mongodb://localhost:27017

#----------- Schema Registry
# URL of schema registry [optional]:
# if omitted, the ability to load schema by subject name from the schema repository will be hidden.
menas.schemaRegistryBaseUrl=https://localhost:8081
# when unset, the ability to load schema by subject name from the schema repository will not be present
# menas.schemaRegistryBaseUrl=https://localhost:8081

# When using secure schema registry, following paths and passwords must be specified
javax.net.ssl.trustStore=/path/to/truststore.jks
javax.net.ssl.trustStorePassword=somePassword
javax.net.ssl.keyStore=/path/to/keystore.jks
javax.net.ssl.keyStorePassword=somePassword
#javax.net.ssl.trustStore=/path/to/truststore.jks
#javax.net.ssl.trustStorePassword=somePassword
#javax.net.ssl.keyStore=/path/to/keystore.jks
#javax.net.ssl.keyStorePassword=somePassword

0 comments on commit ad78dbd

Please sign in to comment.