From 1547822d1b381d480c8a28da96bc7e2e7c04b303 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2019 01:44:12 -0600 Subject: [PATCH] Update app_config.php --- app/conferences/app_config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index d730582e8b..f338c07c6c 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -83,6 +83,9 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${domain_name}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_conferences"; @@ -181,4 +184,4 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>