mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
add default port
This commit is contained in:
parent
79f4c417e2
commit
94a29108e7
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ Current Movim version : 20150810.
|
||||||
|
|
||||||
**Changelog**
|
**Changelog**
|
||||||
|
|
||||||
|
0.5b ?
|
||||||
|
- Add default port (9537)
|
||||||
|
|
||||||
0.4b 2015-08-14
|
0.4b 2015-08-14
|
||||||
- Add restart command to movim daemon after upgrade
|
- Add restart command to movim daemon after upgrade
|
||||||
- Add licence
|
- Add licence
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
"en": "Movim daemon port ? (internal only)",
|
"en": "Movim daemon port ? (internal only)",
|
||||||
"fr": "Port privé pour Movim ? (interne uniquement)"
|
"fr": "Port privé pour Movim ? (interne uniquement)"
|
||||||
},
|
},
|
||||||
"example": "9537"
|
"default": "9537"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue