🩹(backend) fix wrong environment variable
Oopsie, wrongly copy-pasted a Django settings leading in using the wrong environment variable for a new setting. I should have read my code;
This commit is contained in:
committed by
aleb_the_flash
parent
acbc5dba73
commit
1ef2bd99d8
@@ -489,7 +489,7 @@ class Base(Configuration):
|
||||
None, environ_name="SUMMARY_SERVICE_API_TOKEN", environ_prefix=None
|
||||
)
|
||||
SCREEN_RECORDING_BASE_URL = values.Value(
|
||||
None, environ_name="SUMMARY_SERVICE_API_TOKEN", environ_prefix=None
|
||||
None, environ_name="SCREEN_RECORDING_BASE_URL", environ_prefix=None
|
||||
)
|
||||
|
||||
# Marketing and communication settings
|
||||
|
||||
Reference in New Issue
Block a user