mirror of
https://github.com/getlago/lago.git
synced 2025-02-22 20:51:45 +07:00
Merge pull request #461 from getlago/data/connection
feat(data): Add LAGO_DATA_API_URL env variable
This commit is contained in:
commit
1ce4fbe7f7
@ -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
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
.env.development
|
||||
.rsa_private.pem
|
||||
.vscode
|
||||
.zed
|
||||
/extra/ssl/certbot
|
||||
/extra/ssl/dhparam.pem
|
||||
/extra/ssl/nginx*
|
||||
|
Loading…
Reference in New Issue
Block a user