From 48a46d8a14fbf43c6d82cc58733d2f92c169bb8e Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 10 Nov 2025 10:43:30 -0300 Subject: [PATCH] Volta a rastrear app.json --- src/config/app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config/app.json diff --git a/src/config/app.json b/src/config/app.json new file mode 100644 index 0000000..6a28307 --- /dev/null +++ b/src/config/app.json @@ -0,0 +1,8 @@ +{ + "state": "go", + "api": { + "url": "https://monitoring-api.oriustecnologia.com/", + "prefix": "api/v1/", + "content_type": "application/json" + } +} \ No newline at end of file