Skip to content

Commit

Permalink
Make sure Hubs webhook name is set in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp committed Jul 2, 2019
1 parent 06f5368 commit 34ad06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions habitat/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reticulum_host = "dev.reticulum.io"
statsd_host = "localhost:8125"
statsd_prefix = "discordbot."
hubs_hosts = "localhost,hubs.local"
hubs_hook = "Hubs"
shard_id = "0"
shard_count = "0"
verbose = "false"
Expand Down
1 change: 1 addition & 0 deletions habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export TOKEN="{{ cfg.general.token }}"
export RETICULUM_BOT_ACCESS_KEY="{{ cfg.general.reticulum_bot_access_key }}"
export RETICULUM_HOST="{{ cfg.general.reticulum_host }}"
export HUBS_HOSTS="{{ cfg.general.hubs_hosts }}"
export HUBS_HOOK="{{ cfg.general.hubs_hook }}"
export SHARD_ID="{{ cfg.general.shard_id }}"
export SHARD_COUNT="{{ cfg.general.shard_count }}"
export VERBOSE="{{ cfg.general.verbose }}"
Expand Down

0 comments on commit 34ad06f

Please sign in to comment.