mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Remove test config
This commit is contained in:
parent
4c40cc045e
commit
b00b514620
1 changed files with 3 additions and 6 deletions
|
@ -18,8 +18,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain for Seafile"
|
"en": "Choose a domain for Seafile"
|
||||||
},
|
},
|
||||||
"example": "domain.org",
|
"example": "domain.org"
|
||||||
"default": "wireynh2.mikangali.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
@ -42,16 +41,14 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enter an email for the administrator"
|
"en": "Enter an email for the administrator"
|
||||||
},
|
},
|
||||||
"example": "homer@domain.com",
|
"example": "homer@domain.com"
|
||||||
"default": "admin@domain.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin_password",
|
"name": "admin_password",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enter a password for the administrator"
|
"en": "Enter a password for the administrator"
|
||||||
},
|
},
|
||||||
"example": "**Sup3rS3cr3t**",
|
"example": "**Sup3rS3cr3t**"
|
||||||
"default": "123456"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue