diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-04-29 18:04:45 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-02 09:42:32 +0200 |
commit | 9b79aa664dcb00adf558ce6b36d7b2455134e8ee (patch) | |
tree | f14768b0df52a835c1f94fd238f82c75d52c7a36 /core/js/tests | |
parent | ac700506bd9d502a97fbee8635535dc03ce6eb92 (diff) | |
download | nextcloud-server-9b79aa664dcb00adf558ce6b36d7b2455134e8ee.tar.gz nextcloud-server-9b79aa664dcb00adf558ce6b36d7b2455134e8ee.zip |
Move oc_config to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/tests')
-rw-r--r-- | core/js/tests/specHelper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js index 5d4a7b81b5e..04272161c8b 100644 --- a/core/js/tests/specHelper.js +++ b/core/js/tests/specHelper.js @@ -93,7 +93,7 @@ window.oc_appswebroots = { "files": window.oc_webroot + '/apps/files/', "files_sharing": window.oc_webroot + '/apps/files_sharing/' }; -window.oc_config = { +OC.config = { session_lifetime: 600 * 1000, session_keepalive: false, blacklist_files_regex: '\.(part|filepart)$', |