refactor(worker): add require secret_key config field (#2846)
Missing secret_key change from https://github.com/libretime/libretime/pull/2841
This commit is contained in:
parent
8743c84d0f
commit
413b37d5e5
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ import os
|
|||
os.environ.setdefault("LIBRETIME_DEBUG", "true")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_PUBLIC_URL", "http://localhost")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_API_KEY", "testing")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_SECRET_KEY", "testing")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue