Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcuthbert committed Feb 20, 2016
1 parent 033c4a3 commit 4da7927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/trigger_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#===============================

# This is where Trigger should look for its files.
PREFIX = '/Users/tom/Dropbox/Code/trigger'
PREFIX = '/etc/trigger'

# Set to True to enable GPG Authentication
# Set to False to use the old .tackf encryption method.
Expand All @@ -35,7 +35,7 @@

# Default login realm to store user credentials (username, password) for
# general use within the .tacacsrc
DEFAULT_REALM = 'cisco'
DEFAULT_REALM = 'aol'

# Location of firewall policies
FIREWALL_DIR = '/data/firewalls'
Expand Down Expand Up @@ -274,7 +274,7 @@
# A path or URL to netdevices device metadata source data, which is used to
# populate trigger.netdevices.NetDevices. For more information on this, see
# NETDEVICES_LOADERS.
NETDEVICES_SOURCE = os.environ.get('NETDEVICES_SOURCE', os.path.join(PREFIX, 'netdevices.json'))
NETDEVICES_SOURCE = os.environ.get('NETDEVICES_SOURCE', os.path.join(PREFIX, 'netdevices.xml'))

# Assign NETDEVICES_SOURCE to NETDEVICES_FILE for backwards compatibility
NETDEVICES_FILE = NETDEVICES_SOURCE
Expand Down

0 comments on commit 4da7927

Please sign in to comment.