Private
Public Access
1
0

idoklad start

This commit is contained in:
2024-11-16 15:31:05 +01:00
parent 3b499be407
commit 2c60352069
3 changed files with 13 additions and 0 deletions

View File

@@ -597,6 +597,14 @@ try:
except KeyError: # pragma: no cover
FAKTUROID_SLUG = ''
try:
IDOKLAD_CLIENT_ID = CFG['idoklad_client_id']
IDOKLAD_CLIENT_SECRET = CFG['idoklad_client_secret']
except KeyError: # pragma: no cover
IDOKLAD_CLIENT_ID = ''
IDOKLAD_CLIENT_SECRET = ''
# ID obfuscation
try:
OPAQUE_SECRET_KEY = CFG['opaque_secret_key']