Skip to content

Commit

Permalink
Add http server config
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavia Pezoti authored and flapezoti committed May 7, 2021
1 parent 76d706e commit e402e6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ dogstatsd:
prefix: arkadiko.
tags_prefix: ""
rate: 1
httpserver:
url: "http://localhost:8081"
user: user
pass: pass
4 changes: 4 additions & 0 deletions config/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ dogstatsd:
prefix: arkadiko.
tags_prefix: ""
rate: 1
httpserver:
url: "http://localhost:8081"
user: user
pass: pass

0 comments on commit e402e6b

Please sign in to comment.