From ba66d62d8eb43a3a46b35f4a15fdcec045ecda83 Mon Sep 17 00:00:00 2001 From: TeamMasse Date: Thu, 30 Jan 2025 22:11:27 +0100 Subject: [PATCH] changed hmac key --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index afda8726..4b39a1a3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: # domain: # https_only: false # statistics_enabled: false - hmac_key: "CHANGE_ME!!" + hmac_key: "Ahyie5aiz6ahCh2naex4" healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1 interval: 30s