lib/polyn/cli/configuration.rb in polyn-cli-0.1.5 vs lib/polyn/cli/configuration.rb in polyn-cli-0.1.6
- old
+ new
@@ -9,9 +9,10 @@
def initialize
@polyn_env = ENV["POLYN_ENV"] || "development"
@nats_servers = ENV["NATS_SERVERS"] || "localhost:4222"
@nats_credentials = ENV["NATS_CREDENTIALS"] || ""
+ @nats_ca_file = ENV["NATS_CA_FILE"] || ""
end
end
end
end