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
We now have a Github action to push new configurations.
The client will need to regularly fetch the config file and use it. Since this file does not exist, we have to define it first.
The steps to complete this are:
Determine which variables, settings, etc. are to be included in this config file
Create a schema to validate configurations against.
Create a default, local configuration file for the client to load and apply
Add a process to check for updated config files and fetch it
Replace the local config file if appropriate.
Refresh configuration with the new file.
Create a generate script that writes a config file for upload use
Allow command line arguments to override the configuration file
We now have a Github action to push new configurations.
The client will need to regularly fetch the config file and use it. Since this file does not exist, we have to define it first.
The steps to complete this are: