Skip to content

Example: config.yml

jack edited this page Feb 4, 2019 · 1 revision

NOTE: All values are examples

# config.yml located in same directory as nxbot.exe binary

nx_ip_port: 1.2.3.4:7001
nx_user: admin
nx_pass: password

# omitting IP will bind to all interfaces
http_ip_port: :8012

tg_token: 123123123:ABC1abc_abcdefghijklmnopqrstu_abcde

# single values must be in list, wrapped in []
# multiples values separated by comma ,
tg_user_whitelist: [123456789]
tg_group_whitelist: [-123456789,-098765432]
tg_motion_recipients: [-123456789,-098765432]

Clone this wiki locally