switch to sqlite
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M internal/server/server.go → internal/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"`