Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify environment variable parsing #30

Open
alexlovelltroy opened this issue Apr 29, 2024 · 0 comments
Open

Simplify environment variable parsing #30

alexlovelltroy opened this issue Apr 29, 2024 · 0 comments

Comments

@alexlovelltroy
Copy link
Member

BSS currently requires three environment variables to be changed in order to configure the url encoded in the ipxe script. They can all be replaced with a single called BSS_IPXE_URL which includes the protocol and path. Overriding all of them is a bit cumbersome in Docker.

var ipxeServer = getEnvVal("BSS_IPXE_SERVER", "api-gw-service-nmn.local")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant