Skip to content
Snippets Groups Projects
Verified Commit 9d4bf32b authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaMetrics] Fix exemple secret values

parent 3fbedffb
No related branches found
No related tags found
No related merge requests found
Pipeline #61952 waiting for manual action
......@@ -33,5 +33,6 @@ INTERVAL_SECONDS=${INTERVAL_SECONDS:-60}
while :
do
python3 main.py
echo "$(date) : Gathering stats..."
sleep $INTERVAL_SECONDS
done
INFLUXDB_USER=user
INFLUXDB_USER=picasoft-write
INFLUXDB_PASSWORD=password
MATTERMOST_USER=user
MATTERMOST_PASSWORD=password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment