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