syncthingtray/fileitemactionplugin/testfiles/config-no-api-key.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
329 B
XML

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