Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
2924d4d8
Commit
2924d4d8
authored
Mar 07, 2017
by
Florian Pritz
Browse files
kanboard: Fix email settings
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
8f82c6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/kanboard/templates/config.php.j2
View file @
2924d4d8
...
...
@@ -8,3 +8,8 @@ define('DB_NAME', '{{kanboard_db}}');
define
(
'ENABLE_HSTS'
,
false
);
define
(
'ENABLE_URL_REWRITE'
,
true
);
define
(
'MAIL_TRANSPORT'
,
'smtp'
);
define
(
'MAIL_SMTP_HOSTNAME'
,
'localhost'
);
define
(
'MAIL_SMTP_PORT'
,
25
);
define
(
'MAIL_FROM'
,
'kanboard@archlinux.org'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment