CC-3464: Playout forward cache should be configurable
-Done
This commit is contained in:
parent
73eb691be2
commit
9be6f1bd0e
3 changed files with 17 additions and 1 deletions
|
@ -62,6 +62,8 @@ class Config {
|
|||
$CC_CONFIG['baseUrl'] = $values['general']['base_url'];
|
||||
$CC_CONFIG['basePort'] = $values['general']['base_port'];
|
||||
|
||||
$CC_CONFIG['cache_ahead_hours'] = $values['general']['cache_ahead_hours'];
|
||||
|
||||
// Database config
|
||||
$CC_CONFIG['dsn']['username'] = $values['database']['dbuser'];
|
||||
$CC_CONFIG['dsn']['password'] = $values['database']['dbpass'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue