Changing port of cottontail #63
-
Dear devs, Where can I change the port cottontail runs on? I haven't seen a port option in the provided config.json file. Best, Ribin |
Beta Was this translation helpful? Give feedback.
Answered by
ppanopticon
Jan 12, 2021
Replies: 1 comment
-
Hello Ribin Just add, server.port property to the config.json {
"root": "./cottontaildb-data",
"server": {
"port": 1234
},
"mapdb": {
"enableMmap": true,
"forceUnmap": true,
"pageShift": 22
}
} Hope this helps. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lucaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Ribin
Just add, server.port property to the config.json
Hope this helps.
Best,
Ralph