You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the server.lua script allows the application port to be overridden. And even though the httpd server can run on any port. The Orchestrator library along with the registration service lua script hard codes the application port to 9081.
There needs to be a more unified way set these global variables. Right now everything is passing through OsApi, but really there should be something more generic - like maybe a registry in the OsApi class for setting environment variables.
The text was updated successfully, but these errors were encountered:
Even though the server.lua script allows the application port to be overridden. And even though the httpd server can run on any port. The Orchestrator library along with the registration service lua script hard codes the application port to 9081.
There needs to be a more unified way set these global variables. Right now everything is passing through OsApi, but really there should be something more generic - like maybe a registry in the OsApi class for setting environment variables.
The text was updated successfully, but these errors were encountered: