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