summaryrefslogtreecommitdiff
path: root/tulip/tulip.env
diff options
context:
space:
mode:
Diffstat (limited to 'tulip/tulip.env')
-rw-r--r--tulip/tulip.env13
1 files changed, 13 insertions, 0 deletions
diff --git a/tulip/tulip.env b/tulip/tulip.env
new file mode 100644
index 0000000..619c9e7
--- /dev/null
+++ b/tulip/tulip.env
@@ -0,0 +1,13 @@
+FLAG_REGEX="[A-Z0-9]{31}="
+TULIP_MONGO="mongo:27017"
+
+# The location of your pcaps as seen by the host
+TRAFFIC_DIR_HOST=./services/test_pcap
+
+# The location of your pcaps (and eve.json), as seen by the container
+TRAFFIC_DIR_DOCKER=/traffic
+
+# Start time of the CTF (or network open if you prefer)
+TICK_START="2018-06-27T13:00+02:00"
+# Tick length in ms
+TICK_LENGTH=180000