fixed typos as mentioned in bug 994
This commit is contained in:
parent
c5630006b6
commit
ba0cf65b48
1 changed files with 3 additions and 3 deletions
|
|
@ -56,8 +56,8 @@ default:
|
|||
# Sender address in diaspora's outgoing mail.
|
||||
smtp_sender_address: 'no-reply@joindiaspora.com'
|
||||
|
||||
# Authentication required to send mail. Use one of 'one','plain',
|
||||
# 'login' or 'cram-md5'. Use 'none' if server do not support
|
||||
# Authentication required to send mail. Use one of 'none','plain',
|
||||
# 'login' or 'cram-md5'. Use 'none' if server does not support
|
||||
# authentication
|
||||
smtp_authentication: 'plain'
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ default:
|
|||
cloudfiles_api_key: 'abc123'
|
||||
invites_off: false
|
||||
|
||||
#list of users who have admin privilages
|
||||
#list of users who have admin privileges
|
||||
admins:
|
||||
- 'example_user1dsioaioedfhgoiesajdigtoearogjaidofgjo'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue