Closed CoelacanthusHex closed 2 years ago
If you're using systemd, a simple option is to use EnvironmentFile, which reads in a newline-separated list of key=value
parameters.
Sorry for responding late, for some reason I never got the notification of this issue.
Config file support has been added.
Now we only support passing configuration through command line parameters or environment variables, which is inconvenient to use. For example, a common usage method is to write a systemd service to run proxy and lg. Whether it is passed through the command line or through environment variables, the node server needs to be hard-coded in the service, which is inconvenient to use scripts for batch or automated deployment.