From f229054d78d0d9c9acd698eb0bb90897f86c1fc7 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 20 Jan 2020 19:35:18 +0100
Subject: [PATCH] Fixed config file dir.

---
 pv/local_settings.py.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pv/local_settings.py.sample b/pv/local_settings.py.sample
index 70c9f0df..a46813ea 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---'
-- 
GitLab