Add state-corp exchange package sender
All checks were successful
All checks were successful
This commit is contained in:
@@ -217,6 +217,14 @@ PROXY_TOOLS_SYNC_INTERVAL_SECONDS = int(
|
||||
)
|
||||
BACKUP_ENCRYPTION_KEY = os.getenv("BACKUP_ENCRYPTION_KEY", "")
|
||||
BACKUP_KEY_ID = os.getenv("BACKUP_KEY_ID", "default")
|
||||
STATE_CORP_EXCHANGE_URL = os.getenv("STATE_CORP_EXCHANGE_URL", "").strip()
|
||||
STATE_CORP_EXCHANGE_TOKEN = os.getenv("STATE_CORP_EXCHANGE_TOKEN", "").strip()
|
||||
STATE_CORP_EXCHANGE_KEY_ID = os.getenv(
|
||||
"STATE_CORP_EXCHANGE_KEY_ID", "state-corp-shared-token"
|
||||
).strip()
|
||||
STATE_CORP_EXCHANGE_TIMEOUT_SECONDS = int(
|
||||
os.getenv("STATE_CORP_EXCHANGE_TIMEOUT_SECONDS", "60")
|
||||
)
|
||||
BACKUP_EXPORT_DIRECTORY = os.getenv(
|
||||
"BACKUP_EXPORT_DIRECTORY",
|
||||
str(PROJECT_ROOT / "media" / "backups"),
|
||||
|
||||
Reference in New Issue
Block a user