Application config, set default port 9980

pull/1/head
Henry Castro 8 years ago
parent fc1126506b
commit e6bda70834

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

Loading…
Cancel
Save