Revert mistake

This commit is contained in:
broquemonsieur 2023-12-05 00:27:18 -08:00
parent df188c032c
commit 7a31ca733d
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ jobs:
## Accepted values: a string ## Accepted values: a string
## Default: <none> ## Default: <none>
## ##
hmac_key: "83646b9f96e6823d2c6e275911ade98f5e9436fa" hmac_key: "CHANGE_ME!!"
## ##
## List of video IDs where the "download" widget must be ## List of video IDs where the "download" widget must be

View File

@ -30,7 +30,7 @@ services:
# domain: # domain:
# https_only: false # https_only: false
# statistics_enabled: false # statistics_enabled: false
hmac_key: "83646b9f96e6823d2c6e275911ade98f5e9436fa" hmac_key: "CHANGE_ME!!"
healthcheck: healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s interval: 30s