Improved features, implemented moco integration
This commit is contained in:
@@ -61,6 +61,10 @@ class Settings(BaseSettings):
|
||||
# Token Encryption
|
||||
encryption_key: str = "" # Generate with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
|
||||
|
||||
# MOCO Integration
|
||||
moco_api_key: str = "" # Token für Authorization-Header
|
||||
moco_domain: str = "" # Subdomain: {domain}.mocoapp.com
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_file=".env",
|
||||
env_file_encoding="utf-8",
|
||||
|
||||
Reference in New Issue
Block a user