diff options
| -rw-r--r-- | drivesync.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivesync.conf b/drivesync.conf new file mode 100644 index 0000000..f2925bf --- /dev/null +++ b/drivesync.conf @@ -0,0 +1,4 @@ +# example conf +username="your_username" +password="your_password" +server="your_nextcloud_drive" |