diff --git a/pv/local_settings.py.sample b/pv/local_settings.py.sample index 70c9f0dfe2b9154364d61463c7e7ec558e09f6b1..a46813ea3171ee20c938686c8263ca27705f4158 100644 --- a/pv/local_settings.py.sample +++ b/pv/local_settings.py.sample @@ -1,7 +1,7 @@ import os -CONFIG_DIR = '/opt/aura/steering' +CONFIG_DIR = '/etc/aura/' DB_CONFIG = 'steering.mysql.cnf' SECRET_KEY = '---some-secred-key---'