diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-09 02:44:59 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-09 02:44:59 +0300 |
commit | f7ca888651e737f18a0ea760326922da9d80e471 (patch) | |
tree | f61463affaf09ede1d6c720e618453775dbe065e /jobd.conf.example | |
parent | fc004fe70a89c43068b2a455c02f7a813adcc509 (diff) |
improvements, see full commit message
- added new option 'always_allow_localhost'
- improve jobctl, allow connecting to password-protected instances
without using configuration file
Diffstat (limited to 'jobd.conf.example')
-rw-r--r-- | jobd.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobd.conf.example b/jobd.conf.example index dbb6203..786714d 100644 --- a/jobd.conf.example +++ b/jobd.conf.example @@ -2,6 +2,7 @@ host = 0.0.0.0 port = 7080 ;password = +always_allow_localhost = 0 master_host = 127.0.0.1 master_port = 7081 |