Feat: allow polling of multiple db schemas
This commit is contained in:
parent
5a44216547
commit
4ce4a32502
4 changed files with 129 additions and 32 deletions
|
|
@ -64,8 +64,7 @@ function loadSanctions (settings) {
|
|||
function startServer (settings) {
|
||||
return Promise.resolve()
|
||||
.then(() => {
|
||||
poller.start(settings)
|
||||
|
||||
poller.setup(['public'])
|
||||
const httpsServerOptions = {
|
||||
key: fs.readFileSync(options.keyPath),
|
||||
cert: fs.readFileSync(options.certPath),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue