14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
|
#Netbox
|
||
|
|
||
|
|
||
|
netbox_server_url = "https://netbox.exemple.net"
|
||
|
netbox_api_token = ""
|
||
|
netbox_allow_insecure_https = false
|
||
|
|
||
|
#XO
|
||
|
|
||
|
xo_url = "ws://xo.example.net"
|
||
|
xo_username = "admin"
|
||
|
xo_password = "passwd"
|
||
|
xo_insecure = true
|