CC-2519: Remove stor folder config option from /etc/airtime/airtime.conf
-done
This commit is contained in:
parent
0c1f75f01e
commit
063afda7ff
9 changed files with 5 additions and 21 deletions
|
@ -65,8 +65,6 @@ class Config {
|
|||
|
||||
$CC_CONFIG['baseUrl'] = $values['general']['base_url'];
|
||||
$CC_CONFIG['basePort'] = $values['general']['base_port'];
|
||||
|
||||
$CC_CONFIG['baseFilesDir'] = $values['general']['base_files_dir'];
|
||||
|
||||
// Database config
|
||||
$CC_CONFIG['dsn']['username'] = $values['database']['dbuser'];
|
||||
|
|
|
@ -15,7 +15,6 @@ vhost = /
|
|||
api_key = AAA
|
||||
web_server_user = www-data
|
||||
airtime_dir = x
|
||||
base_files_dir = x
|
||||
base_url = localhost
|
||||
base_port = 80
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue