Skip to content

Commit db93f62

Browse files
committed
Update api.env
1 parent 9a57f76 commit db93f62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/api.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ MONGO_HAWK_DB_URL=mongodb://mongodb:27017/hawk
77
# Events database URL
88
MONGO_EVENTS_DB_URL=mongodb://mongodb:27017/hawk_events
99

10-
10+
# Redis URL (optional, for TimeSeries metrics)
11+
# If not set, Redis features will be disabled gracefully
12+
REDIS_URL=redis:6379
1113

1214
# MongoDB settings
1315
MONGO_RECONNECT_TRIES=60

0 commit comments

Comments
 (0)