Skip to content

Commit

Permalink
fix(config): Exception in fresh development environment (LocalGit)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotemple committed Jun 20, 2023
1 parent 56c7206 commit 27a31cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orca-web/config/orca.yml
Expand Up @@ -32,6 +32,11 @@ kayenta:
enabled: ${services.kayenta.enabled:false}
baseUrl: ${services.kayenta.baseUrl:http://localhost:8090}

services:
fiat:
enabled: false
baseUrl: http://localhost:7003

redis:
connection: ${services.redis.baseUrl:redis://localhost:6379}

Expand Down

0 comments on commit 27a31cd

Please sign in to comment.