File: /home/cafsindia/help.cafsindia.com/vendor/uvdesk/core-framework/Templates/uvdesk.php
<?php
return <<<STRING
parameters:
app_locales: {{ APP_LOCALES }}
# Default Assets
assets_default_agent_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png'
assets_default_customer_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png'
assets_default_helpdesk_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png'
uvdesk_site_path.member_prefix: {{ MEMBER_PANEL_PREFIX }}
uvdesk_site_path.knowledgebase_customer_prefix: {{ CUSTOMER_PANEL_PREFIX }}
# File uploads constraints
# @TODO: Set these parameters via compilers
max_post_size: 8388608
max_file_uploads: 20
upload_max_filesize: 2097152
uvdesk:
site_url: '{{ SITE_URL }}'
upload_manager:
id: Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
support_email:
id: {{ SUPPORT_EMAIL_ID }}
name: {{ SUPPORT_EMAIL_NAME }}
mailer_id: {{ SUPPORT_EMAIL_MAILER_ID }}
# Default resources
default:
ticket:
type: support
status: open
priority: low
templates:
email: mail.html.twig
STRING;
?>