mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-14 13:15:07 +08:00
refactor: remove legacy environment variable aliases for configuration and concurrency settings
This commit is contained in:
@@ -172,7 +172,6 @@ func (r *Runner) startServer(ctx context.Context) error {
|
||||
"DS2API_CONFIG_PATH": r.configCopyPath,
|
||||
"DS2API_AUTO_BUILD_WEBUI": "false",
|
||||
"DS2API_CONFIG_JSON": "",
|
||||
"CONFIG_JSON": "",
|
||||
})
|
||||
if err := cmd.Start(); err != nil {
|
||||
_ = logFd.Close()
|
||||
|
||||
Reference in New Issue
Block a user