# Local configuration properties

## Introduction

**seycon.properties** file gives administrators a way to customize and improve synchronization server behavior. Some of the following parameters will always be present, some others should be created by the administrator.

<table class="confluenceTable tablesorter tablesorter-default stickyTableHeaders" id="bkmrk-parameter-descriptio" role="grid" style="width: 100%;"><thead class="tableFloatingHeaderOriginal"><tr class="tablesorter-headerRow" role="row"><th aria-disabled="false" aria-label="Parameter: No sort applied, activate to apply an ascending sort" aria-sort="none" class="confluenceTh tablesorter-header sortableHeader tablesorter-headerUnSorted" data-column="0" role="columnheader" scope="col" style="width: 13.6675%;" tabindex="0"><div class="tablesorter-header-inner">**Parameter**</div></th><th aria-disabled="false" aria-label="Description: No sort applied, activate to apply an ascending sort" aria-sort="none" class="confluenceTh tablesorter-header sortableHeader tablesorter-headerUnSorted" data-column="1" role="columnheader" scope="col" style="width: 86.3325%;" tabindex="0"><div class="tablesorter-header-inner">**Description**</div></th></tr></thead><tbody aria-live="polite" aria-relevant="all"><tr role="row"><td class="confluenceTd" style="width: 13.6675%;">user</td><td class="confluenceTd" style="width: 86.3325%;">database owner</td></tr><tr role="row"><td class="confluenceTd" style="width: 13.6675%;">password</td><td class="confluenceTd" style="width: 86.3325%;">database owner's password (obfuscated)</td></tr><tr role="row"><td class="confluenceTd" style="width: 13.6675%;">db</td><td class="confluenceTd" style="width: 86.3325%;">database url</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">sslkey</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">obfuscated password used to protect the server private/public key</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">hostname</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">host name</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">serverlist</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">list of master and backup servers.</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">java\_opt</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">additional parameters to pass to JVM. Sample value for a high capacity server are:

java\_opt=-Xmx1024M

</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">broadcast\_listen</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">Set to true to enable the synchronization server to listen on any available IP address. By default, the server will only listen on the IP address that it's host name resolves to.</td></tr><tr role="row"><td class="confluenceTd" colspan="1" style="width: 13.6675%;">requestId</td><td class="confluenceTd" colspan="1" style="width: 86.3325%;">it will temporary contain the request number during the certificate enrollment process</td></tr></tbody></table>