Skip to content

Commit

Permalink
feat(observer): enable observer by default PE-4749
Browse files Browse the repository at this point in the history
Now that the observer properly handles missing keys we can enable it by
default.
  • Loading branch information
djwhitt committed Oct 23, 2023
1 parent 9a0777b commit 0d6b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ services:
environment:
- PORT=5000
- OBSERVER_WALLET=${OBSERVER_WALLET:-<example>}
- RUN_OBSERVER=${RUN_OBSERVER:-false}
- RUN_OBSERVER=${RUN_OBSERVER:-true}

0 comments on commit 0d6b6a8

Please sign in to comment.