summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/example/porter.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/example/porter.xml b/templates/example/porter.xml
index d54acc1..cf960bf 100644
--- a/templates/example/porter.xml
+++ b/templates/example/porter.xml
@@ -4,4 +4,8 @@
worker="{{ component.worker }}"
project="flumotion"
version="{{ globals.version }}">
+ <property name="port">{{ component.properties['port'] }}</property>
+ <property name="socket-path">{{ component.properties['socket-path'] }}</property>
+ <property name="username">{{ component.properties['username'] }}</property>
+ <property name="password">{{ component.properties['password'] }}</property>
</component>