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-08-29 13:56:23 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-29 13:56:23 +0300
commitcc22c6d9163b0947869a76c76c6178f9da3d11fc (patch)
treebe1027b111c8b640ba1aa46930cd19045281c9fa /config.php.sample
parentd2a872399ca160be2ec39f527d878af025f7fb2e (diff)
Statistics retrieval
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 9321ea28..c634cce5 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -16,8 +16,9 @@ define('MAUTIC_USERNAME', 'username');
define('MAUTIC_PASSWORD', 'password');
// Providers
-define('PROVIDERS_FILE', ABSPATH . '/preferred.json');
+define('PROVIDERS_FILE', ABSPATH . 'preferred.json');
define('REDIS', 'tcp://127.0.0.1:6379');
+define('PPP_KEY', 'c59cf7fa39d4ed2cdaf1997cc16f902e');
// Phplist
define('NEWSLETTER_API_URL', '');