diff --git a/resources/updater.ini b/resources/updater.ini new file mode 100644 index 0000000..da492be --- /dev/null +++ b/resources/updater.ini @@ -0,0 +1,10 @@ +[main] +# Where to store the logs +log_dir = /tmp/swh-loader-git/log + +# how to access the backend (remote or local) +backend-type = local + +# backend-type remote: url access to api rest's backend +# backend-type local: configuration file to backend file .ini (cf. back.ini file) +backend = ~/.config/swh/back.ini