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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: