Skip to content

Commit b456406

Browse files
committed
chore: add env example to pass ci
1 parent d3d6fbe commit b456406

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/.env.example

+4-1
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,7 @@ OTEL_MAX_QUEUE_SIZE=2048
482482
OTEL_MAX_EXPORT_BATCH_SIZE=512
483483
OTEL_METRIC_EXPORT_INTERVAL=60000
484484
OTEL_BATCH_EXPORT_TIMEOUT=10000
485-
OTEL_METRIC_EXPORT_TIMEOUT=30000
485+
OTEL_METRIC_EXPORT_TIMEOUT=30000
486+
487+
# Prevent Clickjacking
488+
ALLOW_EMBED=false

0 commit comments

Comments
 (0)