Skip to content

Commit

Permalink
Merge branch 'master' into issue_227-Custom_Schema_error
Browse files Browse the repository at this point in the history
  • Loading branch information
shshashwat authored Oct 12, 2021
2 parents fb30185 + ed381e8 commit db04b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/conf/schema-registry.config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ schemaRegistry.store.pravega.controller.connect.uri=${CONTROLLER_URL}
schemaRegistry.store.pravega.controller.connect.security.tls.trustStore.location=${CONTROLLER_TLS_TRUST_STORE}
schemaRegistry.store.pravega.controller.connect.security.tls.validateHostName.enable=${CONTROLLER_TLS_VALIDATE_HOSTNAME}
schemaRegistry.store.pravega.controller.connect.auth.method=${CONTROLLER_AUTH_METHOD}
schemaRegistry.store.pravega.controller.connect.auth.token=${CONTROLLER_AUTH_METHOD}
schemaRegistry.store.pravega.controller.connect.auth.token=${CONTROLLER_AUTH_TOKEN}

## TLS configuration
schemaRegistry.security.tls.enable=${TLS_ENABLED}
Expand Down

0 comments on commit db04b58

Please sign in to comment.