Files
comHUB/config.example.json
2026-05-21 13:57:27 +02:00

27 lines
1.0 KiB
JSON
Executable File

{
"placetel_api_token": "8f59b4c7d10ffc3418ebf41f8daa15b945d074a9441dde5b769f6b4144d03ceefd1f959d7566468ea635a39d2e04e9a5649d4cfa7ce1805f1c3131c1eb2dda30",
"whisper_model": "turbo",
"check_interval_minutes": 1,
"delete_recordings_after_days": 3,
"standard_export_path": "/opt/comhub/share/Export",
"fax_outbox_path": "/opt/comhub/share/FaxOutbox",
"fax_from_number": "022199980633",
"fax_email": "np@med-crew.de",
"admin_pin": "1234",
"admin_password": "6hJUE#MM",
"review_pin_enabled": "false",
"review_pin": "0000",
"gdt_enabled": "true",
"gdt_import_path": "/opt/comhub/share/GDT/Import",
"gdt_export_path": "/opt/comhub/share/GDT/Export",
"gdt_sender_id": "COMHUB",
"gdt_receiver_id": "PVS",
"folder_monitoring_enabled": "true",
"monitored_folder_path": "/opt/comhub/share/Import",
"allow_retranscription": "true",
"module_gdt": "true",
"module_docs": "true",
"module_voicemail": "true",
"module_transcription": "true",
"module_fax": "true"
}