aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/.env.production.sample2
-rw-r--r--conf/message5
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index c15eb4a..203b74b 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -70,7 +70,7 @@ SMTP_PORT=25
#SMTP_PASSWORD=
SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
-#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail
+SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp
SMTP_AUTH_METHOD=none
#SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt
SMTP_OPENSSL_VERIFY_MODE=none
diff --git a/conf/message b/conf/message
new file mode 100644
index 0000000..488d86d
--- /dev/null
+++ b/conf/message
@@ -0,0 +1,5 @@
+Mastodon was successfully installed :)
+Please open 'https://__DOMAIN____PATH_URL__'
+The admin email is: __ADMIN_MAIL__
+The admin password is: __ADMIN_PASS__
+If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/mastodon_ynh \ No newline at end of file