From 4a034580203626a0c908c843a15e46ab39c88c17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:35:18 +0000 Subject: [PATCH 1/2] config: add app settings --- tmp/chaos/app-settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmp/chaos/app-settings.yml diff --git a/tmp/chaos/app-settings.yml b/tmp/chaos/app-settings.yml new file mode 100644 index 00000000000..ce88caa05ef --- /dev/null +++ b/tmp/chaos/app-settings.yml @@ -0,0 +1,6 @@ +app: + name: chaos-tester + version: 1.0.0 + debug: false + +chaos_id: b2e9d4c8 From 052be4890e3d1ebf21d269a9720c8f46b40d5e23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:35:20 +0000 Subject: [PATCH 2/2] refactor: rename settings to config for clarity --- tmp/chaos/{app-settings.yml => application-config.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tmp/chaos/{app-settings.yml => application-config.yml} (100%) diff --git a/tmp/chaos/app-settings.yml b/tmp/chaos/application-config.yml similarity index 100% rename from tmp/chaos/app-settings.yml rename to tmp/chaos/application-config.yml