Files
hetty/modd.conf
2020-09-22 18:33:02 +02:00

12 lines
248 B
Plaintext

@cert = $HOME/.ssh/hetty_cert.pem
@key = $HOME/.ssh/hetty_key.pem
@dev = true
@adminPath = $PWD/admin/build
**/*.go {
daemon +sigterm: go run ./cmd \
-cert=@cert \
-key=@key \
-dev=@dev \
-adminPath=@adminPath
}