example/server.conf in fluent-plugin-secure-forward-0.4.2 vs example/server.conf in fluent-plugin-secure-forward-0.4.3

- old
+ new

@@ -1,13 +1,13 @@ <source> - type secure_forward + @type secure_forward secure yes self_hostname localhost shared_key hogeposxxx0 - ca_cert_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_cert.pem - ca_private_key_path /Users/tagomoris/github/fluent-plugin-secure-forward/test/tmp/cadir/ca_key.pem + ca_cert_path "#{Dir.pwd}/test/tmp/cadir/ca_cert.pem" + ca_private_key_path "#{Dir.pwd}/test/tmp/cadir/ca_key.pem" ca_private_key_passphrase testing secret phrase </source> <match test.**> - type stdout + @type stdout </match>