mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
@cert = $HOME/.ssh/hetty_cert.pem
|
|
@key = $HOME/.ssh/hetty_key.pem
|
|
@dev = false
|
|
@addr = :8080
|
|
|
|
**/*.go {
|
|
daemon +sigterm: go run ./cmd \
|
|
-cert=@cert \
|
|
-key=@key \
|
|
-dev=@dev \
|
|
-addr=@addr
|
|
} |