update config handling to support internal/external split and adjust types

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-01-17 18:11:02 -05:00
parent fcc38f1b01
commit ff2c41bff5
6 changed files with 50 additions and 22 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ discovery:
plugins: [catalog]
instances:
- baseUrl: http://localhost:7007
- baseUrl: http://localhost:7008
- baseUrl:
internal: http://localhost:7008
external: http://127.0.0.1:7008