fix discrepancy

This commit is contained in:
slonkazoid 2024-12-28 17:42:48 +03:00
parent 4c0c0cd9f2
commit 0663b7d4d5
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -37,7 +37,7 @@ custom_templates = "templates" # custom templates dir
custom_static = "static" # custom static dir
# see CUSTOM.md for documentation
[http]
host = "0.0.0.0" # ip to listen on
host = "::" # ip to listen on
port = 3000 # port to listen on
[cache]