1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update credentials.json

This commit is contained in:
ericgaspar 2023-12-11 07:36:54 +01:00
parent b77a139202
commit c441f66905

View file

@ -40,6 +40,8 @@
"users": {
"__ADMIN__": {
// 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
"password": "__PASSWORD__",
"is_admin": true
}