Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge 6404c57 into 157cb15
Browse files Browse the repository at this point in the history
  • Loading branch information
luxuelin committed Mar 28, 2019
2 parents 157cb15 + 6404c57 commit 02b4e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brucke_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ graphite_host() -> app_env(graphite_host).

graphite_port() -> app_env(graphite_port).

http_port() -> app_env(http_port, 8080).
http_port() -> app_env(healthcheck_port, app_env(http_port, 8080)).

config_file() -> app_env(config_file, {priv, "brucke.yml"}).

Expand Down

0 comments on commit 02b4e06

Please sign in to comment.