# vim:ft=sh
# PC with hostname example-pc (this is my kind of documentation)

# Syncthing PC id
ID="0000000-0000000-0000000-0000000-0000000-0000000-0000000-0000000"
# Name of machine
NAME="cynerd-pc"
# Address to machine, can be tcp://address.com or dynamic
ADDRESS="dynamic"

# Directoris to be synchronized
# Format is ID:PATH
DIRS="Sync:/home/user/Sync
Sync2:/home/user/SyncIt"

# REST api key
APIKEY="bT6dCxEds9JPwiXMXavGNsXsz7ZFpSC5"