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 19, 2023
1 parent 03dd94c commit f9781c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fiat-web/config/fiat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ server:
redis:
connection: ${services.redis.baseUrl:redis://localhost:6379}

services:
clouddriver:
baseUrl: http://localhost:7003
front50:
baseUrl: http://localhost:8080
igor:
baseUrl: http://localhost:8086

okHttpClient:
retries:
maxElapsedBackoffMs: 5000
Expand Down

0 comments on commit f9781c9

Please sign in to comment.