all repos — homestead @ 96406af5d2a46d6b19014a560858967d9f8439f1

Code for my website

switch to sqlite

Alan Pearce
commit

96406af5d2a46d6b19014a560858967d9f8439f1

parent

a2200662dd6a3142e48580050006856278404061

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M internal/server/server.gointernal/server/server.go
@@ -24,6 +24,8 @@ IdleTimeout = 10 * time.Minute
) type Options struct { + DBPath string `conf:"default:site.db"` + Redirect bool `conf:"default:true"` ListenAddress string `conf:"default:localhost"` Port int `conf:"default:8080,short:p"`