diff options
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r-- | test/functional/lib/vars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py index 316669911..d76d58d84 100644 --- a/test/functional/lib/vars.py +++ b/test/functional/lib/vars.py @@ -4,6 +4,7 @@ LOCAL_ADDR = 'localhost' PORT_CONTROLLER = 56790 PORT_FUZZY = 56791 PORT_NORMAL = 56789 +REDIS_ADDR = '127.0.0.1' REDIS_PORT = 56379 RSPAMD_GROUP = 'nogroup' RSPAMD_USER = 'nobody' |