mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
12 lines
231 B
Plaintext
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
|
|
} |