1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

[enh] don't ask for port as it's only used locally. Set it at duniter official value.

This commit is contained in:
Moul 2017-03-20 21:01:47 +01:00
parent 3581725912
commit 201cd7a52b
2 changed files with 1 additions and 11 deletions

View file

@ -31,16 +31,6 @@
},
"example": "duniter.domain.tld"
},
{
"name": "port",
"type": "port",
"ask": {
"en": "Port of Duniter node",
"fr": "Port du nœud Duniter"
},
"example": "8999",
"default": "8999"
},
{
"name": "sync_node",
"ask": {

View file

@ -7,7 +7,7 @@ set -eu
app=$YNH_APP_INSTANCE_NAME
domain=$YNH_APP_ARG_DOMAIN
path="/"
port=$YNH_APP_ARG_PORT
port=10901
sync_node=$YNH_APP_ARG_SYNC_NODE
sync_port=$YNH_APP_ARG_SYNC_PORT
admin=$YNH_APP_ARG_ADMIN