-
Notifications
You must be signed in to change notification settings - Fork 1
Config XML
Adrian O'Grady edited this page Apr 28, 2020
·
9 revisions
Config.xml can be used to configure Itokawa's settings such as listening port.
By default, config.xml can be found in ~/.itokawa/config.xml
. If the file doesn't exist, default settings will be used.
<config>
<application>
<log>
<level>INFO</level>
</log>
</application>
<server>
<port>80</port>
<publish>
<ngrok>
<region>eu</region>
</ngrok>
</publish>
</server>
</config>