Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp committed Jun 26, 2019
1 parent 07a5168 commit b3a911e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TIMEZONE=America/Los_Angeles
STATSD_HOST=

# The prefix for statsd metric names.
STATSD_PREFIX=bot.
STATSD_PREFIX=discordbot.

# True if verbose (e.g. per-message) logging should be enabled.
VERBOSE=false
1 change: 1 addition & 0 deletions habitat/default.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[general]

reticulum_host = "dev.reticulum.io"
statsd_host = "localhost:8125"
hubs_hosts = "localhost,hubs.local"
shard_id = "0"
shard_count = "0"
Expand Down
2 changes: 2 additions & 0 deletions habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export SHARD_COUNT="{{ cfg.general.shard_count }}"
export VERBOSE="{{ cfg.general.verbose }}"
export LOCALE="{{ cfg.general.locale }}"
export TIMEZONE="{{ cfg.general.timezone }}"
export STATSD_HOST="{{ cfg.general.statsd_host }}"
export STATSD_PREFIX="{{ cfg.general.statsd_prefix }}"

cd {{pkg.svc_path}}

Expand Down

0 comments on commit b3a911e

Please sign in to comment.