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

Issue 91 #116

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Issue 91 #116

wants to merge 2 commits into from

Conversation

vincent-pons-bib
Copy link

feat(settings): App configuration in individual files (issue 91)

The initial ShinyProxySpecMainProvider was able to load App settings from application.yml.
The new version will delegate the loading task to ShinyProxySpecMainProvider and ShinyProxySpecExternalProvider

ShinyProxyspecMainProvider does the same then the initial ShinyProxySpecMainProvider, ie. it loads settings from application.yml.
ShinyProxySpecExternalProvider will try to load files from a specific path. This path can be set in application.yml using the new proxy.specs-external-path attribute.

The attribute used in the individual settings files are quite the same (using camel case) :
- id, displayName, description, containerCmd, logoUrl, accessGroups, ...

The initial ShinyProxySpecMainProvider was able to load Add settings from application.yml.
The new version will delegate the loading task to ShinyProxySpecMainProvider and ShinyProxySpecExternalProvider
ShinyProxyspecMainProvider does the same then the initial ShinyProxySpecMainProvider, ie. it loads settings from application.yml.
ShinyProxySpecExternalProvider will try to load files from a specific path. This path can be set in applicaton.yml using the new proxy.specs-external-path attribute.
The attribute used in the individual settings files are quite the same (using camel case) :
- id, displayName, description, containerCmd, logoUrl, accessGroups, ...
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

Successfully merging this pull request may close these issues.

None yet

1 participant