Skip to content

Configuration template

Error504TimeOut edited this page Sep 11, 2024 · 1 revision

In the very rare case, that you need to write the config yourself, you can find a template here. The config is stored under %appdata%\MoSpeedUi.config\config.xml

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <mospeed>C:\Users\Admin\mospeed\dist</mospeed>
  <javapath>C:\Users\Admin\Program Files\OpenJDK\jdk11\bin\java.exe</javapath>
</Configuration>

mospeed -- the path to the MoSpeed dist Directory

javapath -- the path to the java.exe with version 11 or higher

Clone this wiki locally