Skip to content

Commit

Permalink
removed reference to CONFIG_PATH, as we use the confuse library to ma…
Browse files Browse the repository at this point in the history
…nage that.
  • Loading branch information
buanzo committed May 17, 2020
1 parent 3f27e88 commit 6c71d7b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions humed.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
if DEBUG:
DBPATH = './humed.sqlite3'

# Location of json config file
# The good thing about WSL is that we actually have /etc
CONFIGPATH = '/etc/humed/humed.json'
if DEBUG:
CONFIGPATH = './humed.json'

# Basic list of TRANSFER_METHODS
# We extend TRANSFER_METHODS by testing for optional modules
TRANSFER_METHODS = ['syslog', 'remote_syslog', 'kant'] # TODO: kant will be our own
Expand Down

0 comments on commit 6c71d7b

Please sign in to comment.