默认json数据配置模板修改。

This commit is contained in:
xdragon 2024-09-05 15:00:39 +08:00
parent eea4f1a2d6
commit 6190b92ff7

View file

@ -93,7 +93,7 @@
/* /*
* Name your instance! * Name your instance!
*/ */
"title": "Etherpad", "title": "文档-Etherpad",
/* /*
* Pathname of the favicon you want to use. If null, the skin's favicon is * Pathname of the favicon you want to use. If null, the skin's favicon is
@ -512,13 +512,13 @@
"admin": { "admin": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth // 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created // 2) please note that if password is null, the user will not be created
"password": "changeme1", "password": "admin",
"is_admin": true "is_admin": true
}, },
"user": { "user": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth // 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created // 2) please note that if password is null, the user will not be created
"password": "changeme1", "password": "user",
"is_admin": false "is_admin": false
} }
}, },