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:
Jonas L 2023-12-28 14:01:54 +01:00 committed by GitHub
parent 8743c84d0f
commit 413b37d5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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")