PR #99 introduces TOML configuration for Inertia. Being able to source control basic remote settings (IP, etc) might come in handy for some people, but there are certain things we probably don't want in there if someone chooses to commit the configuration file:
-
Inertia daemon key: this one should definitely offer the option to be stored/read from elsewhere
-
Local PEMfile location? Perhaps not critical, but a command line option to change the location might come in handy
An idea would be to allow remote config to be pulled from ENV
PR #99 introduces TOML configuration for Inertia. Being able to source control basic remote settings (IP, etc) might come in handy for some people, but there are certain things we probably don't want in there if someone chooses to commit the configuration file:
Inertia daemon key: this one should definitely offer the option to be stored/read from elsewhere
Local PEMfile location? Perhaps not critical, but a command line option to change the location might come in handy
An idea would be to allow remote config to be pulled from
ENV