Skip to content

Config XML

Adrian O'Grady edited this page Apr 28, 2020 · 9 revisions

About

Config.xml can be used to configure Itokawa's settings such as listening port.

Location

By default, config.xml can be found in ~/.itokawa/config.xml. If the file doesn't exist, default settings will be used.

Example File

<config>
    <application>
        <log>
            <level>INFO</level>
        </log>
    </application>
    <server>
        <publish>
            <ngrok>
                <region>eu</region>
            </ngrok>
        </publish>
    </server>
</config>
Clone this wiki locally