holoviz/lumen

Declare the endpoint

maximlt opened this issue · 0 comments

The endpoint is obtained from the config filename.

endpoint = os.path.basename(yml).split('.')[0]

It would be nice to be able to declare the endpoint in the config itself, if set this would take precedence over using the filename.

My use case was trying to deploy the examples which all share the same dashboard.yaml filename, this was causing issues with the app selector (the menu button in the header) which was always navigating to the same page.