Warning, /network/tokodon/src/accountconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006 <!--
0007 SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
0008 SPDX-License-Identifier: CC0-1.0
0009 -->
0010   <kcfgfile/>
0011     <kcfgfile name="tokodonstaterc" stateConfig="true">
0012       <parameter name="groupname"/>
0013     </kcfgfile>
0014     <group name="$(groupname)">
0015       <entry key="Token" type="string">
0016       </entry>
0017       <entry key="ClientId" type="string">
0018       </entry>
0019       <entry key="InstanceUri" type="string">
0020       </entry>
0021       <entry key="Name" type="string">
0022       </entry>
0023       <entry key="ignoreSslErrors" type="bool">
0024       </entry>
0025     </group>
0026 </kcfg>