Skip to content

Commit 92997a9

Browse files
committed
little grammar changes
1 parent 4d55afe commit 92997a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/exporter_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ qmgrConnectionParams:
2323
useTLS: true
2424
# Path to keystore file
2525
keystorePath: /opt/mq_exporter/keystores/keystore.jks
26-
# keystore password
26+
# Keystore password
2727
keystorePassword: testpass2
28-
# path to truststore file
28+
# Path to truststore file
2929
truststorePath: /opt/mq_exporter/keystores/truststore.jks
30-
# truststore password
30+
# Truststore password
3131
truststorePassword: testpass2
3232
# SSL protocol
3333
sslProtocol: TLSv1.2
34-
# cipherSuite
34+
# CipherSuite
3535
cipherSuite: TLS_RSA_WITH_AES_256_CBC_SHA256
3636

3737
# Prometheus connection information -------------------------------

0 commit comments

Comments
 (0)