summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/planet.xml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-03 20:01:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-03 20:01:26 +0100
commit81e08b594c611e1224055de10dedbe6c9933efa0 (patch)
treeb199dd458d0510facb59e1f11b955f894e35b5a3 /templates/default/flumotion/planet.xml.j2
parentflumotion worker config (not working yet) (diff)
improved worker list
Diffstat (limited to 'templates/default/flumotion/planet.xml.j2')
-rw-r--r--templates/default/flumotion/planet.xml.j25
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/default/flumotion/planet.xml.j2 b/templates/default/flumotion/planet.xml.j2
index 881a5ff..0a86b30 100644
--- a/templates/default/flumotion/planet.xml.j2
+++ b/templates/default/flumotion/planet.xml.j2
@@ -7,7 +7,10 @@
<port>{{ globals.manager.port }}</port>
<transport>{{ globals.manager.transport }}</transport>
<component name="manager-bouncer" type="htpasswdcrypt-bouncer">
- <property name="filename">/etc/flumotion/{{ globals.name }}.passwd</property>
+<!-- <property name="filename">/etc/flumotion/{{ globals.name }}.passwd</property> -->
+ <property name="data">
+ user:PSfNpHTkpTx1M
+ </property>
</component>
</manager>