diff --git a/privfrontends/configs/priviblur/config.toml b/privfrontends/configs/priviblur/config.toml index 4c85bbf..5bb6792 100644 --- a/privfrontends/configs/priviblur/config.toml +++ b/privfrontends/configs/priviblur/config.toml @@ -1,6 +1,6 @@ # Controls deployment options [deployment] - host = "127.0.0.1" + host = "0.0.0.0" port = 8000 # Amount of worker Priviblur instances to spawn. Increases speed significantly. @@ -22,7 +22,7 @@ # Ignore to disable the cache # [cache] - url = priviblur-redis:6379 + url = "redis://priviblur-redis:6379" # Number of seconds to cache poll results from active polls cache_active_poll_results_for = 3600