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

Minimize build-time configuration #344

Open
filippomc opened this issue Dec 7, 2020 · 0 comments
Open

Minimize build-time configuration #344

filippomc opened this issue Dec 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@filippomc
Copy link
Contributor

GeppettoConfiguration.json is used now both as a compile-time specification and runtime object configuration, but the file is specified at build time.
This forces to rebuild applications to change parameters such as useSsl, this being slow and unnecessary, especially on containerized environments.

By adopting a environental variable approach to parameters that are not required at build time, it will be possible to reuse application images in different contexts.

@filippomc filippomc added the enhancement New feature or request label Dec 7, 2020
@filippomc filippomc changed the title Split runtime GeppettoConfiguration.json Minimize build-time configuration Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant