Private
Public Access
1
0

added js logging

This commit is contained in:
2024-07-16 10:08:17 +02:00
parent 5f60a3910d
commit 34de0252e5
5 changed files with 61 additions and 3 deletions

View File

@@ -283,6 +283,11 @@ try:
except KeyError: # pragma: no cover
UPLOAD_SERVICE_SECRET = "FoYezZWLSyfAVimumpHEeYsJjsNCerxV"
try:
LOG_SECRET = CFG['log_secret']
except KeyError:
LOG_SECRET = "RoeiKalender"
# Concept 2
C2_CLIENT_ID = CFG['c2_client_id']
C2_CLIENT_SECRET = CFG['c2_client_secret']