Skip to content

Commit 717a640

Browse files
committed
Update YAML syntax of some example configuration
1 parent ff8fdb8 commit 717a640

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/admin/guide/managing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -225,28 +225,28 @@ Example configurations:
225225
only the virtual host `example.com`. Before you get access to the
226226
Web Admin you need to enter as username, the JID and password from a
227227
registered user that is allowed to configure `ejabberd`. In this
228-
example you can enter as username `admin@example.net` to
228+
example you can enter as username `admin@example.net` to
229229
administer all virtual hosts (first URL). If you log in with
230-
`admin@example.com` on
230+
`admin@example.com` on
231231
`http://example.org:5280/admin/server/example.com/` you can only
232232
administer the virtual host `example.com`. The account
233-
`reviewer@example.com` can browse that vhost in read-only mode.
233+
`reviewer@example.com` can browse that vhost in read-only mode.
234234

235235
``` yaml
236236
acl:
237237
admin:
238238
user:
239-
- "admin": "example.net"
239+
- admin: example.net
240240
241241
host_config:
242-
"example.com":
242+
example.com:
243243
acl:
244244
admin:
245245
user:
246-
- "admin": "example.com"
246+
- admin: example.com
247247
viewers:
248248
user:
249-
- "reviewer": "example.com"
249+
- reviewer: example.com
250250
251251
access:
252252
configure:
@@ -255,7 +255,7 @@ Example configurations:
255255
viewers: allow
256256
257257
hosts:
258-
- "example.org"
258+
- example.org
259259
260260
listen:
261261
...
@@ -274,7 +274,7 @@ Example configurations:
274274

275275
``` yaml
276276
hosts:
277-
- "example.org"
277+
- example.org
278278
listen:
279279
...
280280
-

0 commit comments

Comments
 (0)