Skip to content
Snippets Groups Projects
Commit 06473bcb authored by Thomas Schneider's avatar Thomas Schneider
Browse files

etherpad: Allow configuring users

parent 799c5a45
No related branches found
No related tags found
1 merge request!20etherpad: Allow configuring users
Pipeline #3057 passed
...@@ -14,4 +14,8 @@ etherpads: [] ...@@ -14,4 +14,8 @@ etherpads: []
# apikey: {{…}} # apikey: {{…}}
# edit_only: false # edit_only: false
# require_auth: false # require_auth: false
# users:
# admin:
# password: hunter2
# is_admin: true
# #
...@@ -107,6 +107,8 @@ ...@@ -107,6 +107,8 @@
"percentageToScrollWhenUserPressesArrowUp": 0 "percentageToScrollWhenUserPressesArrowUp": 0
}, },
"users": {{item.users|default({})|to_json}},
"loadTest": false, "loadTest": false,
"importExportRateLimiting": { "importExportRateLimiting": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment