syncthingtray/fileitemactionplugin/testfiles/config-no-gui-address.xml
Martchus 10747bfdf9 Handle config issues in Dolphin integration
* Check whether URL is present
* Allow user to enter API key manually
2018-12-24 17:17:09 +01:00

10 lines
325 B
XML

<configuration version="28">
<gui enabled="true" tls="false" debugging="false">
<address></address>
<user>nobody</user>
<password>$2a$12$35MnbsQgQNn1hzPYK/lWXOaP.U5D2TO0nuuQy2M4gsqJB4ff4q2RK</password>
<apikey>not-secret</apikey>
<theme>default</theme>
</gui>
</configuration>