From a1c27d4070ae21f4b895ebee6f97f8b70174a672 Mon Sep 17 00:00:00 2001 From: xuanvu99 Date: Thu, 13 Jun 2024 11:21:49 +0700 Subject: [PATCH] init file config --- config-webadmin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config-webadmin.json diff --git a/config-webadmin.json b/config-webadmin.json new file mode 100644 index 0000000..b47461f --- /dev/null +++ b/config-webadmin.json @@ -0,0 +1,11 @@ +{ + "kratosAdminURL": "http://localhost:4435", + "kratosPublicURL": "http://localhost:4430", + "reverseProxy": false, + "ip": "https://dev.geohub.ai/api/v1", + "endpoint": "https://eoapi.garalab.org/keto", + "ipLogin": "https://eoapi.garalab.org", + "ipAccount": "https://dev-account.geohub.ai", + "ketoAdminUrl": "http://localhost:4469", + "ketoPublicUrl": "http://localhost:4468" +} \ No newline at end of file