From da2fe13b059d3aa27ba5d8970cf3de429ea6b60d Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Wed, 11 Dec 2024 23:33:45 -0500 Subject: [PATCH] latest pushes --- README.md | 2 +- {bellande => bellande_step/bellande}/http_configs.bellande | 0 {bellande => bellande_step/bellande}/tcp_configs.bellande | 0 {bellande => bellande_step/bellande}/tls_configs.bellande | 0 {json => bellande_step/json}/http_configs.json | 0 {json => bellande_step/json}/tcp_configs.json | 0 {json => bellande_step/json}/tls_configs.json | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {bellande => bellande_step/bellande}/http_configs.bellande (100%) rename {bellande => bellande_step/bellande}/tcp_configs.bellande (100%) rename {bellande => bellande_step/bellande}/tls_configs.bellande (100%) rename {json => bellande_step/json}/http_configs.json (100%) rename {json => bellande_step/json}/tcp_configs.json (100%) rename {json => bellande_step/json}/tls_configs.json (100%) diff --git a/README.md b/README.md index fec9ac6..59e12be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bellande Step Configs +# Bellande Configs System ## Configuration System - Configs system that stores the Bellande Step configs for all architectures and systems in one place diff --git a/bellande/http_configs.bellande b/bellande_step/bellande/http_configs.bellande similarity index 100% rename from bellande/http_configs.bellande rename to bellande_step/bellande/http_configs.bellande diff --git a/bellande/tcp_configs.bellande b/bellande_step/bellande/tcp_configs.bellande similarity index 100% rename from bellande/tcp_configs.bellande rename to bellande_step/bellande/tcp_configs.bellande diff --git a/bellande/tls_configs.bellande b/bellande_step/bellande/tls_configs.bellande similarity index 100% rename from bellande/tls_configs.bellande rename to bellande_step/bellande/tls_configs.bellande diff --git a/json/http_configs.json b/bellande_step/json/http_configs.json similarity index 100% rename from json/http_configs.json rename to bellande_step/json/http_configs.json diff --git a/json/tcp_configs.json b/bellande_step/json/tcp_configs.json similarity index 100% rename from json/tcp_configs.json rename to bellande_step/json/tcp_configs.json diff --git a/json/tls_configs.json b/bellande_step/json/tls_configs.json similarity index 100% rename from json/tls_configs.json rename to bellande_step/json/tls_configs.json