Application config, set default port 9980

This commit is contained in:
Henry Castro 2016-03-15 19:24:34 -04:00
parent fc1126506b
commit e6bda70834

View File

@ -16,7 +16,7 @@ use \OCP\IConfig;
class AppConfig{
private $appName = 'richdocuments';
private $defaults = [
'wopi_url' => 'http://localhost'
'wopi_url' => 'http://localhost:9980'
];
private $config;