mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
parent
0db4b8772f
commit
ff1478c7ab
2 changed files with 11 additions and 0 deletions
10
conf/.env
10
conf/.env
|
@ -15,3 +15,13 @@ OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
|||
|
||||
# Set this to true if you want to enforce passwords on all public shares.
|
||||
OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=false
|
||||
|
||||
|
||||
NOTIFICATIONS_SMTP_HOST=localhost
|
||||
NOTIFICATIONS_SMTP_PORT=25
|
||||
NOTIFICATIONS_SMTP_AUTHENTICATION=login
|
||||
NOTIFICATIONS_SMTP_SENDER=noreply@__DOMAIN__
|
||||
NOTIFICATIONS_SMTP_USERNAME=__APP__
|
||||
NOTIFICATIONS_SMTP_PASSWORD=__MAIL_PWD__
|
||||
NOTIFICATIONS_SMTP_ENCRYPTION=starttls
|
||||
NOTIFICATIONS_EMAIL_TEMPLATE_PATH=/etc/ocis
|
|
@ -67,6 +67,7 @@ ram.runtime = "50M"
|
|||
autoupdate.asset.i386 = "^ocis-.*-linux-386$"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue