fix config
This commit is contained in:
parent
1be1de64b2
commit
2f8c1e8246
@ -1,6 +1,6 @@
|
|||||||
# Controls deployment options
|
# Controls deployment options
|
||||||
[deployment]
|
[deployment]
|
||||||
host = "127.0.0.1"
|
host = "0.0.0.0"
|
||||||
port = 8000
|
port = 8000
|
||||||
|
|
||||||
# Amount of worker Priviblur instances to spawn. Increases speed significantly.
|
# Amount of worker Priviblur instances to spawn. Increases speed significantly.
|
||||||
@ -22,7 +22,7 @@
|
|||||||
# Ignore to disable the cache
|
# Ignore to disable the cache
|
||||||
#
|
#
|
||||||
[cache]
|
[cache]
|
||||||
url = priviblur-redis:6379
|
url = "redis://priviblur-redis:6379"
|
||||||
|
|
||||||
# Number of seconds to cache poll results from active polls
|
# Number of seconds to cache poll results from active polls
|
||||||
cache_active_poll_results_for = 3600
|
cache_active_poll_results_for = 3600
|
||||||
|
Loading…
Reference in New Issue
Block a user