mirror of
https://github.com/YunoHost-Apps/chatonsinfos_ynh.git
synced 2024-09-03 18:15:58 +02:00
[fix] Config panel
This commit is contained in:
parent
b21aa2a768
commit
20084af358
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,7 @@ bind = "multi_file({% for app in apps.split(',') %}{{ install_dir }}/public/{{ a
|
|||
choices.SHARED = "hébergement mutualisé"
|
||||
choices.CLOUD = "infrastructure multi-serveurs"
|
||||
|
||||
{% if apps != "" %}
|
||||
{% for app in apps.split(',') %}
|
||||
[{{ app }}]
|
||||
bind = ":{{ install_dir }}/public/{{ app }}.properties"
|
||||
|
@ -440,6 +441,7 @@ bind = ":{{ install_dir }}/public/{{ app }}.properties"
|
|||
bind = "service.registration.load:"
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[advanced]
|
||||
name.fr = "Avancé"
|
||||
|
|
Loading…
Reference in a new issue