From 0ba8e79f2978bd114003d559df54f9928ba235eb Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 5 Nov 2014 10:34:51 +0100 Subject: [PATCH] tmpl/sunstone-server.conf: Conditionnement des routes oneflow --- tmpl/sunstone-server.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index 1e27902..84f3fb5 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -120,13 +120,13 @@ # :marketplace_url: http://marketplace.c12g.com/appliance +%if %%getVar('activer_oneflow', 'non') == 'oui' ################################################################################ # OneFlow ################################################################################ # OneFlow endpoint # -%if %%getVar('activer_oneflow', 'non') == 'oui' :oneflow_server: http://%%getVar('ip_oneflow','172.0.0.1'):%%getVar('port_oneflow', '2474')/ %end if @@ -152,4 +152,6 @@ # - other :routes: +%if %%getVar('activer_oneflow', 'non') == 'oui' - oneflow +%end if