diff --git a/.env.development.default b/.env.development.default index 816ab2d..301f182 100644 --- a/.env.development.default +++ b/.env.development.default @@ -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 diff --git a/.gitignore b/.gitignore index 99ee775..b0a1e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .env.development .rsa_private.pem .vscode +.zed /extra/ssl/certbot /extra/ssl/dhparam.pem /extra/ssl/nginx*