Add remote autoscaler daemon endpoint support
This commit is contained in:
parent
95021a4253
commit
679b5c8d07
11 changed files with 291 additions and 22 deletions
|
|
@ -13,6 +13,9 @@ class ServerConfig:
|
|||
"""[server] section."""
|
||||
|
||||
socket_path: str = "/run/nix-builder-autoscaler/daemon.sock"
|
||||
listen_host: str = "127.0.0.1"
|
||||
listen_port: int = 0
|
||||
auth_token: str = ""
|
||||
log_level: str = "info"
|
||||
db_path: str = "/var/lib/nix-builder-autoscaler/state.db"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue