mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Remove sync + cesium parameters
This commit is contained in:
parent
4416f892d9
commit
14eb28f88b
1 changed files with 1 additions and 28 deletions
|
@ -31,24 +31,6 @@
|
|||
},
|
||||
"example": "duniter.domain.tld"
|
||||
},
|
||||
{
|
||||
"name": "sync_node",
|
||||
"ask": {
|
||||
"en": "Node's address (domain name or IP address) to synchronise with",
|
||||
"fr": "Adresse du nœud (nom de domaine ou adresse IP) avec lequel se synchroniser"
|
||||
},
|
||||
"example": "duniter.org",
|
||||
"default": "duniter.org"
|
||||
},
|
||||
{
|
||||
"name": "sync_port",
|
||||
"ask": {
|
||||
"en": "Port of synchronization",
|
||||
"fr": "Port de synchronisation"
|
||||
},
|
||||
"example": "10901",
|
||||
"default": "10901"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
|
@ -57,15 +39,6 @@
|
|||
"fr": "Administrateur. Ce doit être un utilisateur YunoHost"
|
||||
},
|
||||
"example": "jon doe"
|
||||
},
|
||||
{
|
||||
"name": "is_cesium_public",
|
||||
"ask": {
|
||||
"en": "Make Cesium available publicly?",
|
||||
"fr": "Permettre à Cesium d'être consulté publiquement ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue