Remove stale static config
This commit is contained in:
parent
28438725c7
commit
e3fc5f5f10
2 changed files with 0 additions and 6 deletions
|
|
@ -2,6 +2,3 @@ extension = "md"
|
|||
notesdir = "/var/lib/gonotes/saved_notes"
|
||||
address = ":8080"
|
||||
protocol = "tcp"
|
||||
|
||||
[static]
|
||||
dir = "/var/www/gonotes/static"
|
||||
|
|
|
|||
|
|
@ -58,9 +58,6 @@ type Config struct {
|
|||
Protocol string
|
||||
Extension string
|
||||
NotesDir string
|
||||
Static struct {
|
||||
Dir string
|
||||
}
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue