Skip to content

Commit

Permalink
Merge pull request #83 from getlago/rs-disable-segment
Browse files Browse the repository at this point in the history
fix(segment): Do not default LAGO_DISABLE_SEGMENT to true
  • Loading branch information
rsempe authored Aug 4, 2022
2 parents d04c986 + d2cadc7 commit 6bf5d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated 148 files
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
- LAGO_PDF_URL=${LAGO_PDF_URL:-http://pdf:3000}
- LAGO_REDIS_CACHE_URL=redis://redis:6379
- SEGMENT_WRITE_KEY=${SEGMENT_WRITE_KEY}
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT:-true}
- LAGO_DISABLE_SEGMENT=${LAGO_DISABLE_SEGMENT}
labels:
- "traefik.enable=true"
- "traefik.http.routers.api_http.rule=Host(`api.lago.dev`)"
Expand Down

0 comments on commit 6bf5d1c

Please sign in to comment.