From e6bda70834f45480a6075ae7f5cd66a3c096b271 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Tue, 15 Mar 2016 19:24:34 -0400 Subject: [PATCH] Application config, set default port 9980 --- lib/appconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/appconfig.php b/lib/appconfig.php index bc255d22..d418a0ff 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -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;