Configuration file for pastebinit

As often i don’t get it and google or github is of no help :frowning:

i installed pastebinit and need to tell by config where to upload a text file.

So i created
/etc/pastebinit/pastebinit.conf

Pastebinit reads this file but throws errors all the time.

upload url is https;//paste.debian.net

and this url works as commandline argument, but how to tell pastebinit in pastebinit.conf where to upload?!

Typo: ; for :?

Yes, you are right, a silly typo!

And in the meantime i copied from my Manjaro a working

~/.pastebinit.xml

i had to change the upload url to get it working:

<pastebinit>
  <pastebin>http://sprunge.us</pastebin>
  <author>John Landmesser</author>
  <format>text</format>
</pastebinit>

thank you for your effort … that was enough for today !