Skip to content

Commit

Permalink
Merge pull request #9930 from vpereira/influxdb_host
Browse files Browse the repository at this point in the history
Add influx host to influxdb_hosts options section
  • Loading branch information
vpereira committed Jul 20, 2020
2 parents 874d824 + 6184f07 commit bc58eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/lib/tasks/dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ namespace :dev do

copy_example_file('config/options.yml')
options_yml = YAML.load_file('config/options.yml') || {}
options_yml['development']['influxdb_hosts'] = ['influx']
options_yml['development']['amqp_namespace'] = 'opensuse.obs'
options_yml['development']['amqp_options'] = { host: 'rabbit', port: '5672', user: 'guest', pass: 'guest', vhost: '/' }
options_yml['development']['amqp_exchange_name'] = 'pubsub'
Expand Down

0 comments on commit bc58eb2

Please sign in to comment.