diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-27 09:15:12 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-27 09:15:12 -0500 |
commit | 2451706316f08db2aa4b79730c02d297a5f5d59b (patch) | |
tree | 6fb8570e9a699f9838f481dfbd8c11302ddb2d7a /config.default.php | |
parent | f837e70a2d74eb37c4c5de7e4f54c8bf8ec78db7 (diff) |
Add generic LDAP client library
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config.default.php b/config.default.php index 91bb8d17..067d9d60 100644 --- a/config.default.php +++ b/config.default.php @@ -32,19 +32,6 @@ define('MAIL_SMTP_ENCRYPTION', null); // Valid values are "null", "ssl" or "tls" // Sendmail command to use when the transport is "sendmail" define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs'); -// Postmark API token (used to send emails through their API) -define('POSTMARK_API_TOKEN', ''); - -// Mailgun API key (used to send emails through their API) -define('MAILGUN_API_TOKEN', ''); - -// Mailgun domain name -define('MAILGUN_DOMAIN', ''); - -// Sendgrid API configuration -define('SENDGRID_API_USER', ''); -define('SENDGRID_API_KEY', ''); - // Database driver: sqlite, mysql or postgres (sqlite by default) define('DB_DRIVER', 'sqlite'); |