Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,21 @@ enableHttp2: true
# Keystore file name in config folder. KeystorePass is in secret.yml to access it.
keystoreName: server.keystore

# Keystore password
keystorePass: password

# Private key password
keyPass: password

# Flag that indicate if two way TLS is enabled. Not recommended in docker container.
enableTwoWayTls: false

# Truststore file name in config folder. TruststorePass is in secret.yml to access it.
truststoreName: server.truststore

# Truststore password
truststorePass: password

# Unique service identifier. Used in service registration and discovery etc.
serviceId: @serviceId

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,21 @@ enableHttp2: true
# Keystore file name in config folder. KeystorePass is in secret.yml to access it.
keystoreName: server.keystore

# Keystore password
keystorePass: password

# Private key password
keyPass: password

# Flag that indicate if two way TLS is enabled. Not recommended in docker container.
enableTwoWayTls: false

# Truststore file name in config folder. TruststorePass is in secret.yml to access it.
truststoreName: server.truststore

# Truststore password
truststorePass: password

# Unique service identifier. Used in service registration and discovery etc.
serviceId: @serviceId

Expand Down Expand Up @@ -65,4 +74,4 @@ maxPort: 2500

# Build Number
# Allows teams to audit the value and set it according to their release management processes
buildNumber: @version
buildNumber: @version
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,21 @@ enableHttp2: true
# Keystore file name in config folder. KeystorePass is in secret.yml to access it.
keystoreName: server.keystore

# Keystore password
keystorePass: password

# Private key password
keyPass: password

# Flag that indicate if two way TLS is enabled. Not recommended in docker container.
enableTwoWayTls: false

# Truststore file name in config folder. TruststorePass is in secret.yml to access it.
truststoreName: server.truststore

# Truststore password
truststorePass: password

# Unique service identifier. Used in service registration and discovery etc.
serviceId: @serviceId

Expand Down Expand Up @@ -60,4 +69,4 @@ maxPort: 2500

# Build Number
# Allows teams to audit the value and set it according to their release management processes
buildNumber: @version
buildNumber: @version