tmpl/sunstone-server.conf: Conditionnement des routes oneflow
This commit is contained in:
parent
d97bb2c049
commit
0ba8e79f29
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue