Skip to content

Commit

Permalink
add site url
Browse files Browse the repository at this point in the history
  • Loading branch information
redfield committed Aug 25, 2023
1 parent 7159934 commit 6630766
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
17 changes: 8 additions & 9 deletions config/packages/uvdesk.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@

parameters:
app_locales: en|fr|it|de|da|ar|es|tr|zh|pl

# 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'
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
uvdesk_site_path.knowledgebase_customer_prefix: customer

# File uploads constraints
# @TODO: Set these parameters via compilers
max_post_size: 8388608
max_file_uploads: 20
upload_max_filesize: 2097152

uvdesk:
site_url: 'istana.labkami.com.my'
site_url: "%SITE_URL%"
upload_manager:
id: Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost

support_email:
id: [email protected]
name: UVDesk Community
mailer_id: mailer_9523

# Default resources
default:
ticket:
Expand Down
1 change: 1 addition & 0 deletions prod_release.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
environment:
DATABASE_URL: mysql://uvdesk:teknoniaga2023@db:3306/uvdesk
APP_ENV: prod
SITE_URL: istananegara.teknoniaga.com.my
# MAILER_URL: smtp://56c1c41b5ea1ee:[email protected]:2525
# volumes:
# - ./:/var/www
1 change: 1 addition & 0 deletions profile_release.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ services:
environment:
DATABASE_URL: mysql://uvdesk:teknoniaga2023@db:3306/uvdesk
APP_ENV: dev
SITE_URL: istana.labkami.com.my
# MAILER_URL: smtp://56c1c41b5ea1ee:[email protected]:2525

0 comments on commit 6630766

Please sign in to comment.