We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb57a9b + f907f96 commit 7d58d34Copy full SHA for 7d58d34
lib/influxdb-rails.rb
@@ -36,6 +36,7 @@ def client
36
database: cfg.database,
37
username: cfg.username,
38
password: cfg.password,
39
+ auth_method: cfg.auth_method,
40
hosts: cfg.hosts,
41
port: cfg.port,
42
async: cfg.async,
lib/influxdb/rails/configuration.rb
@@ -34,6 +34,7 @@ class ClientConfig
34
username: "root".freeze,
35
password: "root".freeze,
database: nil,
+ auth_method: "params".freeze,
async: true,
use_ssl: false,
retry: nil,
0 commit comments