# Settings for the rest-server daemon.

# where to save data
# on el8 and later you need to change the path too in
# /etc/systemd/system/restic-server.service.d/override.conf
# with section [Service] and ReadWritePaths=
REST_PATH=/var/lib/restic-server/repos

# Arguments passed to rest-server daemon, see restic-server --help
REST_ARGS="--append-only --no-auth"

# change if you want to use your own not self signed cert/key
# or replace the created files
SSLCERT=/etc/pki/tls/certs/restic-server.crt
SSLKEY=/etc/pki/tls/private/restic-server.key

# to overwrite User/Group you need to create
# /etc/systemd/system/restic-server.service.d/override.conf
# with [Service] section with your User=... and Group=...
# sorry no eviroment is working to set this in a unit file
