From b536d46cd4432006e96c3c3aec8893d9c3f48036 Mon Sep 17 00:00:00 2001 From: Gustavo Temple Date: Mon, 19 Jun 2023 19:27:31 -0300 Subject: [PATCH] [LocalGit] Exception in fresh development environment --- orca-web/config/orca.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orca-web/config/orca.yml b/orca-web/config/orca.yml index 4c940a42ed5..654ecab2036 100644 --- a/orca-web/config/orca.yml +++ b/orca-web/config/orca.yml @@ -32,6 +32,10 @@ kayenta: enabled: ${services.kayenta.enabled:false} baseUrl: ${services.kayenta.baseUrl:http://localhost:8090} +services: + fiat: + baseUrl: http://localhost:7003 + redis: connection: ${services.redis.baseUrl:redis://localhost:6379}