aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 3e3c863..78290c0 100644
--- a/settings.py
+++ b/settings.py
@@ -243,3 +243,6 @@ ENABLE_RULES = True
TIMEZONE = 'Europe/Helsinki'
from local_settings import *
+
+os.environ['GSX_CERT'] = GSX_CERT
+os.environ['GSX_KEY'] = GSX_KEY \ No newline at end of file