mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-24 21:37:46 +00:00
Not every domain and server will be around forever, so now you can configure the two Square Enix domains used for login and patching. And you can configure the Dalamud domain used to download assets, etc.
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<!--
|
|
SPDX-FileCopyrightText: Joshua Goins <josh@redstrate.com>
|
|
SPDX-License-Identifier: CC0-1.0
|
|
-->
|
|
<kcfgfile name="astrarc" />
|
|
<group name="General">
|
|
<entry name="CloseWhenLaunched" type="bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="ShowNews" type="bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="AutoLogin" type="string">
|
|
</entry>
|
|
<entry name="KeepPatches" type="bool">
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="DalamudDistribServer" type="String">
|
|
<default>goatcorp.github.io</default>
|
|
</entry>
|
|
<entry name="SquareEnixServer" type="String">
|
|
<default>ffxiv.com</default>
|
|
</entry>
|
|
<entry name="SquareEnixLoginServer" type="String">
|
|
<default>square-enix.com</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|