Use "tarantula.yml" application configuration file for settings of Protocol, host, port, admin email, SMTP Address/Port/Domain
Closed this issue · 1 comments
kirantpatil commented
The following 5 steps need to be moved to application configuration file "tarantula.yml" under config directory.
Excellent example gitlab.yml file, https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example
-
Protocol, host, and port: This is the web address of installed Tarantula. Used in email notifications, e.g. this address is included as link to emails sent to new users. E.g. tarantula.yourdomain.com
-
Admin Email: System will sent emails using this address as email’s “FROM” field.
-
SMTP Address: SMTP server address. E.g smtp.yourdomain.com or localhost (if you opt to run local mail service, e.g. postfix).
-
SMTP Port: Usually 25.
-
SMTP Domain: E.g. yourdomain.com.
kirantpatil commented
closing this..