Fix: Tilføjet manglende VTIGER_ENABLED og ECONOMIC_ENABLED fields i Settings
This commit is contained in:
parent
187b72238d
commit
af6e868828
@ -30,6 +30,7 @@ class Settings(BaseSettings):
|
|||||||
LOG_FILE: str = "logs/app.log"
|
LOG_FILE: str = "logs/app.log"
|
||||||
|
|
||||||
# e-conomic Integration
|
# e-conomic Integration
|
||||||
|
ECONOMIC_ENABLED: bool = False
|
||||||
ECONOMIC_API_URL: str = "https://restapi.e-conomic.com"
|
ECONOMIC_API_URL: str = "https://restapi.e-conomic.com"
|
||||||
ECONOMIC_APP_SECRET_TOKEN: str = ""
|
ECONOMIC_APP_SECRET_TOKEN: str = ""
|
||||||
ECONOMIC_AGREEMENT_GRANT_TOKEN: str = ""
|
ECONOMIC_AGREEMENT_GRANT_TOKEN: str = ""
|
||||||
@ -69,6 +70,7 @@ class Settings(BaseSettings):
|
|||||||
EMAIL_WORKFLOWS_ENABLED: bool = True
|
EMAIL_WORKFLOWS_ENABLED: bool = True
|
||||||
|
|
||||||
# vTiger Cloud Integration
|
# vTiger Cloud Integration
|
||||||
|
VTIGER_ENABLED: bool = False
|
||||||
VTIGER_URL: str = ""
|
VTIGER_URL: str = ""
|
||||||
VTIGER_USERNAME: str = ""
|
VTIGER_USERNAME: str = ""
|
||||||
VTIGER_API_KEY: str = ""
|
VTIGER_API_KEY: str = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user