The configuration file supports the following options. If a configuration option is not set, the default value will be used.
[Server] section
This section contains parameters for the SignalSQL server.
Name | Description | Default value |
---|---|---|
listenAddress | Limits the interfaces SignalSQL listens to. If set to 0.0.0.0 the server will listen to all interfaces on the host. If the localhost (127.0.0.1) address is used only connection form the local computer will be possible. | 0.0.0.0 |
listenPort | Assigns the TCP port the server will listen to. | 3308 |
dataPath | Provides the a path for SignalSQL to store it’s database files. This can be used to move the SignalSQL datafiles to a specific place to ease storage and backup. | Linux: /var/opt/signalsql/data Windows: c:\ProgramData\signalsql\data |
licenseHolder | The e-mail address used to buy the license for the commercial version of SignalSQL | |
licenseKey | The license key provided |