tmpl/sunstone-server.conf: Conditionnement des routes oneflow

This commit is contained in:
Philippe Caseiro 2014-11-05 10:34:51 +01:00
parent d97bb2c049
commit 0ba8e79f29
1 changed files with 3 additions and 1 deletions

View File

@ -120,13 +120,13 @@
# #
:marketplace_url: http://marketplace.c12g.com/appliance :marketplace_url: http://marketplace.c12g.com/appliance
%if %%getVar('activer_oneflow', 'non') == 'oui'
################################################################################ ################################################################################
# OneFlow # OneFlow
################################################################################ ################################################################################
# OneFlow endpoint # OneFlow endpoint
# #
%if %%getVar('activer_oneflow', 'non') == 'oui'
:oneflow_server: http://%%getVar('ip_oneflow','172.0.0.1'):%%getVar('port_oneflow', '2474')/ :oneflow_server: http://%%getVar('ip_oneflow','172.0.0.1'):%%getVar('port_oneflow', '2474')/
%end if %end if
@ -152,4 +152,6 @@
# - other # - other
:routes: :routes:
%if %%getVar('activer_oneflow', 'non') == 'oui'
- oneflow - oneflow
%end if