QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
297 stars 44 forks source link

Change the port #75

Closed moskovskiy82 closed 1 year ago

moskovskiy82 commented 1 year ago

Error: Failed to parse the "/etc/neolink.toml" config file Caused by: TOML parse error at line 2, column 14 | 2 | bind_port = "8551" | ^^^^^^ invalid type: string "8551", expected u16

Expected to the original docs that the port will be changed

QuantumEntangledAndy commented 1 year ago

No quotes around the number. Quotes make it a string

moskovskiy82 commented 1 year ago

Solved. Mind putting that in the docs? Original docs are also unclear

QuantumEntangledAndy commented 1 year ago

If you want to make a PR for the docs please do. Most of the docs for the config though are in the sample_config.toml