Move app configuration into service configuration
Contents (#730)
IMPORTANT: There is 1 breaking change.
New features
- 💥 BREAKING CHANGE: Move app configuration into service configuration
Upgrade instructions
💥 Move app configuration into service configuration
- Move the contents of the
app_configuration.json
file into theoctue.yaml
file under the first item in theservices
list (make sure to convert from JSON to YAML) - Remove the
app_configuration_path
argument from theoctue.yaml
file - Use
ServiceConfiguration.from_file
instead ofload_service_and_app_configuration
- Replace any uses of the
app_configuration
argument/variable withservice_configuration