fix config

This commit is contained in:
Arya 2024-05-08 17:16:29 +05:30
parent 1be1de64b2
commit 2f8c1e8246
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 2 additions and 2 deletions

View File

@ -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