mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-03-26 19:03:12 +00:00
18 lines
529 B
YAML
18 lines
529 B
YAML
---
|
|
clients:
|
|
- host: 192.168.1.1
|
|
port: 5000
|
|
https: false
|
|
username: username
|
|
password: password
|
|
- host: 192.168.1.2
|
|
port: 5000
|
|
https: false
|
|
username: username
|
|
password: password
|
|
|
|
#host: # ipv4 address or domain of the DSM
|
|
#port: # port for connecting to the DSM
|
|
#https: # set this true to use https. you need to specify the port to DSM HTTPS port as well
|
|
#username: # username
|
|
#password: # password |