X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/b1c5cd9eb2a4d47726d559d8f3e1506ec7f78219..25dd1ac0696ca47e586e58d4309fc4c36e11d1dc:/ssmd.conf diff --git a/ssmd.conf b/ssmd.conf new file mode 100644 index 0000000..69724eb --- /dev/null +++ b/ssmd.conf @@ -0,0 +1,40 @@ +[general] + +# 'daemon' flag defines whether to daemonize or no +# Default - no +daemon + + +# 'debug' flag make output a bit more verbose +# Default - no +#debug + +# Log file path +# Default: /var/log/ssmd.log +log_file = /var/log/ssmd.log + +# PID file path +# Default: /var/run/ssmd.pid +pid_file = /var/run/ssmd.pid + +[sync] + +# Switch sync interval, sec +# Default: 60 sec +switch_interval = 1 + +# Info sync interval, sec +# Default: 180 sec +info_interval = 10 + +# Upload profile ID +# Default: 1 +up_profile_id = 1 + +# Download profile ID +# Default: 1 +down_profile_id = 2 + +# Data access URL +# No default value +data_url = http://localhost