diff options
Diffstat (limited to 'tulip/tulip.env')
| -rw-r--r-- | tulip/tulip.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tulip/tulip.env b/tulip/tulip.env index 619c9e7..27a1dcd 100644 --- a/tulip/tulip.env +++ b/tulip/tulip.env @@ -1,8 +1,8 @@ -FLAG_REGEX="[A-Z0-9]{31}=" +FLAG_REGEX="SAAR\{[A-Za-z0-9-_]{32}\}" TULIP_MONGO="mongo:27017" # The location of your pcaps as seen by the host -TRAFFIC_DIR_HOST=./services/test_pcap +TRAFFIC_DIR_HOST=/traffic # The location of your pcaps (and eve.json), as seen by the container TRAFFIC_DIR_DOCKER=/traffic |
