mirror of https://github.com/iv-org/invidious.git
Revert mistake
This commit is contained in:
parent
df188c032c
commit
7a31ca733d
|
@ -457,7 +457,7 @@ jobs:
|
|||
## Accepted values: a string
|
||||
## Default: <none>
|
||||
##
|
||||
hmac_key: "83646b9f96e6823d2c6e275911ade98f5e9436fa"
|
||||
hmac_key: "CHANGE_ME!!"
|
||||
|
||||
##
|
||||
## List of video IDs where the "download" widget must be
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue