Skip to content

Commit

Permalink
Merge pull request #461 from getlago/data/connection
Browse files Browse the repository at this point in the history
feat(data): Add LAGO_DATA_API_URL env variable
  • Loading branch information
rsempe authored Feb 7, 2025
2 parents 487330a + 37fdd04 commit 1ce4fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.development.default
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ REDIS_URL=redis://redis:6379
LAGO_REDIS_CACHE_URL=redis://redis:6379
LAGO_PDF_URL=http://pdf:3000
LAGO_LICENSE_URL=http://license:3000
LAGO_DATA_API_URL=http://data_api
LAGO_KAFKA_BOOTSTRAP_SERVERS=redpanda:9092
LAGO_KAFKA_RAW_EVENTS_TOPIC=events-raw
LAGO_KAFKA_ENRICHED_EVENTS_TOPIC=events_enriched
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.env.development
.rsa_private.pem
.vscode
.zed
/extra/ssl/certbot
/extra/ssl/dhparam.pem
/extra/ssl/nginx*
Expand Down

0 comments on commit 1ce4fbe

Please sign in to comment.