1
Client configuration
delvh edited this page 2020-10-20 18:37:27 +02:00
In addition to the settings, Envoy Client offers a static configuration that can be manipulated in two different ways:
- By modifying the
client.properties
file inside the Envoy Client JAR file - By passing command line arguments to Envoy Client on startup
The client.properties
file specifies defaults for all configuration values.
When a value is missing, an error message will be displayed and Envoy won't start.
Each configuration value has a name and an abbreviation, both of which can be used interchangeably. At the moment, the following configuration values are offered:
Name | Shorthand | Description | Default Value |
---|---|---|---|
homeDirectory |
home |
where the client stores all of its data | ~/.envoy |
fileLevelBarrier |
fb |
The logger level for the log file | OFF |
consoleLevelBarrier |
cb |
The logger level for the console logger | FINER |
server |
s |
The server to connect to | localhost |
port |
p |
The port to connect to | 8080 |
localDBSaveInterval |
db-si |
Auto-save interval in minutes | 2 |
Refer here for logger levels.