diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index a194b10e..8636f4db 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -25,7 +25,12 @@ import os import sys GN_VERSION = open("../etc/VERSION", "r").read() -GN_SERVER_URL = "http://localhost:8880/" # REST API server + +# Redis +REDIS_URL = "redis://:@localhost:6379/0" + +# gn2-proxy +GN2_PROXY = "http://localhost:8080" # ---- MySQL |