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:
authorMorris Jobke <hey@morrisjobke.de>2018-02-27 19:26:09 +0300
committerJos Poortvliet <jos@opensuse.org>2018-02-27 22:31:11 +0300
commit5bb7ceed93c436c1924e823686797792c9374cd8 (patch)
tree7b25b16ecd310770732aa3f24510f2125bf255f0 /config.php.sample
parent936536cb37b698aa21c91ea6f7c102e1a492b15c (diff)
Improve the mautic code
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 152ec5c2..af8f67ea 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -11,4 +11,6 @@ define(PIWIKTRACKING, 0);
// Recaptcha
DEFINE(RECAPTCHA_SITEKEY, '');
DEFINE(RECAPTCHA_SECRET, '');
-?> \ No newline at end of file
+define('MAUTIC_URL', 'https://mautic.nextcloud.com');
+define('MAUTIC_USERNAME', 'username');
+define('MAUTIC_PASSWORD', 'password'); \ No newline at end of file