fix: listening ip

This commit is contained in:
vimwitch
2024-10-08 14:39:09 -07:00
parent 56a2b70221
commit 486bbb22ce

View File

@@ -1,5 +1,5 @@
db = "/data/freedit.db"
addr = "127.0.0.1:3001"
addr = "0.0.0.0:3001"
avatars_path = "/static/imgs/avatars"
inn_icons_path = "/static/imgs/inn_icons"
upload_path = "/static/imgs/upload"