chore: bind the server on port 8000

This commit is contained in:
2026-06-28 18:24:07 +02:00
parent 056db1ce08
commit 8e6539d235
+1 -1
View File
@@ -3,7 +3,7 @@
# postmortems, internal files) is structurally unservable. DocSite reads these # postmortems, internal files) is structurally unservable. DocSite reads these
# sources read-only from Gitea and never writes to them. # sources read-only from Gitea and never writes to them.
bind = "0.0.0.0:8080" bind = "0.0.0.0:8000"
gitea = "http://192.168.178.103:3000" gitea = "http://192.168.178.103:3000"
# The read-only Gitea token is resolved from $DOCSITE_GITEA_TOKEN, never stored here. # The read-only Gitea token is resolved from $DOCSITE_GITEA_TOKEN, never stored here.