From 7a31ca733d8e25512dc596844c165aa4471d27fe Mon Sep 17 00:00:00 2001 From: broquemonsieur Date: Tue, 5 Dec 2023 00:27:18 -0800 Subject: [PATCH] Revert mistake --- config/config.example.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index cfdef561..4e4d6a8b 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -457,7 +457,7 @@ jobs: ## Accepted values: a string ## Default: ## -hmac_key: "83646b9f96e6823d2c6e275911ade98f5e9436fa" +hmac_key: "CHANGE_ME!!" ## ## List of video IDs where the "download" widget must be diff --git a/docker-compose.yml b/docker-compose.yml index 8a267b25..d879919a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: # domain: # https_only: false # statistics_enabled: false - hmac_key: "83646b9f96e6823d2c6e275911ade98f5e9436fa" + hmac_key: "CHANGE_ME!!" healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 interval: 30s