# Configuration file for synchrone (simply sourced)

# Server-related options

SERVER_ADDRESS=10.30.2.1
SERVER_PORT=873
SERVER_PUB=/profiles
SERVER_UPLOAD=/update-profiles
UPLOAD_USER=updater

# Local destination

TARGET=/

# End of configuration settings

# (you should NOT probably change any line below this
# unless you know exactly what you are doing!)

# Local settings are kept in a seperate file
# so they shall not be syncronized

CONFIG_LOCAL=/etc/synchrone/config/local

if [ -r "$CONFIG_LOCAL" ]; then
	. "$CONFIG_LOCAL"
fi

