zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Migrate app-server config to default.yaml - based config via configmgr #914

Closed 1000TurquoisePogs closed 1 year ago

1000TurquoisePogs commented 1 year ago

Currently, app-server determines its config via:

in particular, convert-env.sh has a lot of weird and complicated conditions with plenty of backward compatibility.

zss had similarly complexity and has been reduced to just

we should

here's how zss does conditionals in defaults.yaml https://github.com/zowe/zss/blob/v2.x/staging/defaults.yaml

1000TurquoisePogs commented 1 year ago

This was complete in v2.10