From 0667c6b38a82cba9a266a86992010782ab216494 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Tue, 23 Jan 2024 11:29:23 +0100 Subject: [PATCH] Add Git access token to example.env --- example.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.env b/example.env index 9c58cce..0c637a8 100644 --- a/example.env +++ b/example.env @@ -25,3 +25,6 @@ LOGGING_PORT=8082 # insert your cookie value # (e.g. _tgal_188.194.66.108_4c0d9307fb4a423cb0bd8c2b34ba4790) # KM3NET_DB_COOKIE= + +# Acoustic monitoring Git access token for https://git.km3net.de/auxiliary_data/jpp +KM3NET_AUXILIARY_DATA_ACCESS_TOKEN="..." -- GitLab