Skip to content

Create a file for client configuration #596

Description

@Hectate

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

Metadata

Metadata

Assignees

Labels

prio:medMedium priority issue

Type

Fields

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions