Skip to content

Commit

Permalink
add default configuration for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Vermeulen authored and Mick Vermeulen committed Sep 14, 2020
1 parent 148f4b3 commit ed6fdf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<Domain>localhost</Domain>
<Port>$INTERNAL_API_PORT</Port>
</Api>
<Cache>
<Host>redis</Host>
<Port>6379</Port>
</Cache>
<Sso>
<Domain />
</Sso>
Expand Down

0 comments on commit ed6fdf0

Please sign in to comment.