We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a57f76 commit db93f62Copy full SHA for db93f62
test/integration/api.env
@@ -7,7 +7,9 @@ MONGO_HAWK_DB_URL=mongodb://mongodb:27017/hawk
7
# Events database URL
8
MONGO_EVENTS_DB_URL=mongodb://mongodb:27017/hawk_events
9
10
-
+# Redis URL (optional, for TimeSeries metrics)
11
+# If not set, Redis features will be disabled gracefully
12
+REDIS_URL=redis:6379
13
14
# MongoDB settings
15
MONGO_RECONNECT_TRIES=60
0 commit comments