From bbc5cd74106a6c68fd99867217cbce95317df799 Mon Sep 17 00:00:00 2001 From: keven Date: Wed, 17 Sep 2025 11:57:29 -0300 Subject: [PATCH] feat(Config): Adiciona o config de exemplo --- src/config/app_example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config/app_example.json diff --git a/src/config/app_example.json b/src/config/app_example.json new file mode 100644 index 0000000..d38e8d3 --- /dev/null +++ b/src/config/app_example.json @@ -0,0 +1,8 @@ +{ + "state": "go", + "api": { + "url": "http://localhost:8000/", + "prefix": "api/v1/", + "content_type": "application/json" + } +} \ No newline at end of file