Skip to content

Commit

Permalink
Updated version, cachebuster
Browse files Browse the repository at this point in the history
  • Loading branch information
biskyt committed Jun 10, 2022
1 parent 0aaf6fd commit 75b2993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protected/config/core/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
'default_patient_import_subspecialty' => 'GL',
// Add elements that need to be excluded from the admin sidebar in settings
'exclude_admin_structure_param_list' => getenv('OE_EXCLUDE_ADMIN_STRUCT_LIST') ? explode(",", getenv('OE_EXCLUDE_ADMIN_STRUCT_LIST')) : array(''),
'oe_version' => 'pre-6.0.3-nightly',
'oe_version' => '6.0.3',
'gp_label' => !empty(trim(getenv('OE_GP_LABEL'))) ? getenv('OE_GP_LABEL') : null,
'general_practitioner_label' => !empty(trim(getenv('OE_GENERAL_PRAC_LABEL'))) ? getenv('OE_GENERAL_PRAC_LABEL') : null,
// number of days in the future to retrieve worklists for the automatic dashboard render (0 by default in v3)
Expand Down Expand Up @@ -1010,7 +1010,7 @@
$caches = array(
'cacheBuster' => array(
'class' => 'CacheBuster',
'time' => '20220527150111',
'time' => '20220610181654',
),
);

Expand Down

0 comments on commit 75b2993

Please sign in to comment.