From 247269d373148130daa0aa48a78b168e5e6649b5 Mon Sep 17 00:00:00 2001 From: wwan13 Date: Tue, 27 Aug 2024 13:59:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore=20:=20=EB=A1=9C=EA=B7=B8=20=EB=A9=94?= =?UTF-8?q?=EC=84=B8=EC=A7=80=20=ED=8F=AC=EB=A9=A7=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../logging/src/main/resources/logback/logback-dev.xml | 2 +- .../logging/src/main/resources/logback/logback-prod.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grida-support/logging/src/main/resources/logback/logback-dev.xml b/grida-support/logging/src/main/resources/logback/logback-dev.xml index 4f23866..a37b152 100644 --- a/grida-support/logging/src/main/resources/logback/logback-dev.xml +++ b/grida-support/logging/src/main/resources/logback/logback-dev.xml @@ -2,7 +2,7 @@ - + diff --git a/grida-support/logging/src/main/resources/logback/logback-prod.xml b/grida-support/logging/src/main/resources/logback/logback-prod.xml index 4f23866..a37b152 100644 --- a/grida-support/logging/src/main/resources/logback/logback-prod.xml +++ b/grida-support/logging/src/main/resources/logback/logback-prod.xml @@ -2,7 +2,7 @@ - + From e8fc8428f8de624669e8f7aba76637cb618d5b9f Mon Sep 17 00:00:00 2001 From: wwan13 Date: Tue, 27 Aug 2024 14:00:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?test=20:=20http=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=ED=99=98=EA=B2=BD=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grida-core/core-api/http/core-api.http | 2 ++ grida-core/core-api/http/http-client.env.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 grida-core/core-api/http/core-api.http create mode 100644 grida-core/core-api/http/http-client.env.json diff --git a/grida-core/core-api/http/core-api.http b/grida-core/core-api/http/core-api.http new file mode 100644 index 0000000..e7b915f --- /dev/null +++ b/grida-core/core-api/http/core-api.http @@ -0,0 +1,2 @@ +### Health Checking Api +GET {{core-api}}/api/health \ No newline at end of file diff --git a/grida-core/core-api/http/http-client.env.json b/grida-core/core-api/http/http-client.env.json new file mode 100644 index 0000000..0111aa3 --- /dev/null +++ b/grida-core/core-api/http/http-client.env.json @@ -0,0 +1,8 @@ +{ + "local": { + "core-api": "http://localhost:8080" + }, + "prod": { + "core-api": "https://grida.today" + } +} \ No newline at end of file