Remove stale static config

This commit is contained in:
Maximilian Friedersdorff 2025-06-25 22:53:22 +01:00
parent 28438725c7
commit e3fc5f5f10
2 changed files with 0 additions and 6 deletions

View file

@ -2,6 +2,3 @@ extension = "md"
notesdir = "/var/lib/gonotes/saved_notes" notesdir = "/var/lib/gonotes/saved_notes"
address = ":8080" address = ":8080"
protocol = "tcp" protocol = "tcp"
[static]
dir = "/var/www/gonotes/static"

View file

@ -58,9 +58,6 @@ type Config struct {
Protocol string Protocol string
Extension string Extension string
NotesDir string NotesDir string
Static struct {
Dir string
}
} }
var ( var (