Browse Source

Update docs/configuring-playbook-etherpad.md: edit comment block for configuration

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3616/head
Suguru Hirahara 1 year ago
parent
commit
2f9403baee
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/configuring-playbook-etherpad.md

+ 3
- 3
docs/configuring-playbook-etherpad.md View File

@@ -35,9 +35,9 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
```yaml ```yaml
etherpad_enabled: true etherpad_enabled: true


# Uncomment below to enable the admin web UI
# etherpad_admin_username: admin
# etherpad_admin_password: some-password
# Uncomment and adjust if you'd like to enable the admin web UI
# etherpad_admin_username: YOUR_USERNAME_HERE
# etherpad_admin_password: YOUR_PASSWORD_HERE
``` ```


## Installing ## Installing


Loading…
Cancel
Save