forked from External/ergo
switch to redis pubsub for ipc
adjust commands to utilize channel names add new config variables fix mention race condition
This commit is contained in:
parent
64ebb1f480
commit
f4c03b6765
12 changed files with 220 additions and 195 deletions
|
|
@ -709,6 +709,14 @@ type Config struct {
|
|||
}
|
||||
|
||||
Filename string
|
||||
|
||||
Cef struct {
|
||||
Imagor struct {
|
||||
Url string
|
||||
Secret string
|
||||
}
|
||||
Redis string
|
||||
}
|
||||
}
|
||||
|
||||
// OperClass defines an assembled operator class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue