diff options
Diffstat (limited to 'src/test.json')
-rw-r--r-- | src/test.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/test.json b/src/test.json index 9f241fa..3342167 100644 --- a/src/test.json +++ b/src/test.json @@ -1,12 +1,17 @@ { "globals":{ + "version": "0.10.0", "name": "elevate-live", "description": "Live from Elevate Festival 2012", "domain": "spreadspace.org", "passwdfile": "/etc/flumotion/passwd", "rrd-dir": "/var/lib/flumotion/rrd", - "manager": "titan", - "version": "0.10.0", + "manager": { + "machine": "titan", + "host": "89.106.215.48", + "port": 7531, + "transport": "ssl" + }, "resolutions": { "720p25": { "width": 1280, "height": 720, "rate": "25/1" }, "480p25": { "width": 854, "height": 480, "rate": "25/1" }, |