Description of the feature:
Add a mechanism to the launcher process or the Zenith instance that reads specific configuration values from environment variables. Configurations via environment variables might be permanently saved in the configuration file or only override behavior for a session. Not all configuration parameters need to be configurable, only key configurations that are tedious to configure.
Example: CLIENT_CONNECTION_BIND_ADDRESS=address configures Zenith like clientConnection bindAddress <address> would.
Other configurable config parameters could include:
- client-server port
- client connection host/port
- auto login
- auto reconnect
Why?
Human lazy. Less work when many instances
Description of the feature:
Add a mechanism to the launcher process or the Zenith instance that reads specific configuration values from environment variables. Configurations via environment variables might be permanently saved in the configuration file or only override behavior for a session. Not all configuration parameters need to be configurable, only key configurations that are tedious to configure.
Example: CLIENT_CONNECTION_BIND_ADDRESS=address configures Zenith like
clientConnection bindAddress <address>would.Other configurable config parameters could include:
Why?
Human lazy. Less work when many instances