2021-06-09 22:55:44 +02:00
|
|
|
<Config>
|
|
|
|
<LogLevel>info</LogLevel>
|
|
|
|
<EnableSsl>False</EnableSsl>
|
|
|
|
<Port>__PORT__</Port>
|
|
|
|
<SslPort>__PORT__</SslPort>
|
|
|
|
<UrlBase>__PATH__</UrlBase>
|
|
|
|
<BindAddress>127.0.0.1</BindAddress>
|
|
|
|
<ApiKey>__API_KEY__</ApiKey>
|
2024-04-14 19:58:23 +02:00
|
|
|
<AuthenticationMethod>External</AuthenticationMethod>
|
2021-06-09 22:55:44 +02:00
|
|
|
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
|
|
|
<Branch>main</Branch>
|
2024-05-14 22:05:07 +02:00
|
|
|
<InstanceName>__APP__</InstanceName>
|
|
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
|
|
<LaunchBrowser>False</LaunchBrowser>
|
|
|
|
<SslCertPath></SslCertPath>
|
|
|
|
<SslCertPassword></SslCertPassword>
|
2024-04-14 19:58:23 +02:00
|
|
|
</Config>
|