Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-21 14:22:10 +0300
committerJos Poortvliet <jos@opensuse.org>2018-06-22 11:28:57 +0300
commitb77799563f8440f12d4871a79963bbc8ca480d4e (patch)
treebca65639cf19ed5ee1bf780256bda44217ca8902 /config.php.sample
parent421130584a86f6d9543ed166ebafb6e09ab0ac1d (diff)
Bump config, fixed ocs api and noscript detection-removal
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 0444f845..a7a6a69a 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -14,3 +14,6 @@ DEFINE('RECAPTCHA_SECRET', '');
define('MAUTIC_URL', 'https://mautic.nextcloud.com');
define('MAUTIC_USERNAME', 'username');
define('MAUTIC_PASSWORD', 'password');
+
+define('PROVIDERS_FILE', ABSPATH . '/preferred.json');
+define('REDIS', 'tcp://127.0.0.1:6379'); \ No newline at end of file