Files
hetty/modd.conf
2020-09-26 23:36:48 +02:00

12 lines
231 B
Plaintext

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