forked from External/ergo
Add support for Unix domain sockets.
This adds a new configuration option, socket-path, instead of using host.
This commit is contained in:
parent
c0b74f298a
commit
3468a8cb8a
4 changed files with 8 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ type Config struct {
|
|||
Enabled bool
|
||||
Host string
|
||||
Port int
|
||||
SocketPath string `yaml:"socket-path"`
|
||||
User string
|
||||
Password string
|
||||
HistoryDatabase string `yaml:"history-database"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue