all repos — homestead @ 96406af5d2a46d6b19014a560858967d9f8439f1

Code for my website

switch to sqlite

Alan Pearce
commit

96406af5d2a46d6b19014a560858967d9f8439f1

parent

a2200662dd6a3142e48580050006856278404061

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/website/mux.gointernal/website/mux.go
@@ -17,7 +17,7 @@ )
type Options struct { Source string `conf:"default:../website"` - Destination string `conf:"default:public"` + DBPath string `conf:"default:site.db"` Redirect bool `conf:"default:true"` Development bool `conf:"default:false,flag:dev"` BaseURL config.URL `conf:"default:localhost"`