Application config, set default port 9980
This commit is contained in:
parent
fc1126506b
commit
e6bda70834
@ -16,7 +16,7 @@ use \OCP\IConfig;
|
|||||||
class AppConfig{
|
class AppConfig{
|
||||||
private $appName = 'richdocuments';
|
private $appName = 'richdocuments';
|
||||||
private $defaults = [
|
private $defaults = [
|
||||||
'wopi_url' => 'http://localhost'
|
'wopi_url' => 'http://localhost:9980'
|
||||||
];
|
];
|
||||||
|
|
||||||
private $config;
|
private $config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user