Add initial (rough) database support

This commit is contained in:
David Stotijn
2020-09-26 23:36:48 +02:00
parent 618ed61314
commit 2e88b4abc8
10 changed files with 771 additions and 54 deletions

View File

@ -1,12 +1,12 @@
@cert = $HOME/.ssh/hetty_cert.pem
@key = $HOME/.ssh/hetty_key.pem
@dev = false
@db = hetty.bolt
@addr = :8080
**/*.go {
daemon +sigterm: go run ./cmd/hetty \
-cert=@cert \
-key=@key \
-dev=@dev \
-db=@db \
-addr=@addr
}