Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Sep 19, 2024
1 parent 0f9c440 commit 8d649a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/tokenserver/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,10 @@ def __init__(self, opts, namespace=""):
options = dict(
namespace=namespace,
statsd_namespace=namespace,
<<<<<<< HEAD
statsd_host=getattr(
opts, "metric_host", os.environ.get("SYNC_STATSD_HOST")),
statsd_port=getattr(
opts, "metric_port", os.environ.get("SYNC_STATSD_PORT")),
=======
statsd_host=getattr(opts, "metric_host", os.environ.get("METRIC_HOST")),
statsd_port=getattr(opts, "metric_port", os.environ.get("METRIC_PORT")),
>>>>>>> 3f79e5f (reformat tokenserver tools files)
)
self.prefix = options.get("namespace")
initialize(**options)
Expand Down

0 comments on commit 8d649a8

Please sign in to comment.