CC-2519: Remove stor folder config option from /etc/airtime/airtime.conf

-done
This commit is contained in:
martin 2011-07-11 16:44:37 -04:00
parent 0c1f75f01e
commit 063afda7ff
9 changed files with 5 additions and 21 deletions

View file

@ -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'];

View file

@ -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