Servers.json in Docker?

Comments

3 comments

  • Avatar
    Candido Dessanti

    Hi

    Have you tried to put the server-Jason parameter into the [web] section of the omniscient.conf configuration file.

    Something like this

    port = 6274 http-port = 6278 data = "/var/lib/omnisci/data" null-div-by-zero = true

    [web] port = 6273 frontend = "/opt/omnisci/frontend" servers-json = "/var/lib/omnisci/servers.json" enable-https = true

    Regards, Candido

    0
    Comment actions Permalink
  • Avatar
    Brent Schneeman

    That was exactly it - put it in the [web] section.

    Note that since I'm running inside of docker, I had to use the images path to servers.json.

    thanks!

    0
    Comment actions Permalink
  • Avatar
    Candido Dessanti

    Hi @schnee,

    I'm sorry if I haven't used the right paths, but I was on the phone and it's not easy to edit things like paths and I preferred to maintain the original ones.

    I'm happy you have everything working right now

    Regards, Candido

    0
    Comment actions Permalink

Please sign in to leave a comment.