| 1 | --- install.py.orig 2010-03-15 09:43:55.000000000 -0400
|
|---|
| 2 | +++ install.py 2010-03-15 09:43:55.000000000 -0400
|
|---|
| 3 | @@ -51,6 +51,7 @@
|
|---|
| 4 | dict(name='transcodedaemon_address', type_='string', value='http://localhost:8888'),
|
|---|
| 5 | dict(name='videoserver_address', type_='string', value='http://localhost:8888'),
|
|---|
| 6 | dict(name='plonesite_address', type_='string', value='http://localhost:8080'),
|
|---|
| 7 | + dict(name='plonesite_instancename', type_='string', value=''),
|
|---|
| 8 | dict(name='plonesite_login', type_='string', value='admin'),
|
|---|
| 9 | dict(name='plonesite_password', type_='string', value='admin'),
|
|---|
| 10 | dict(name='default_width', type_='int', value=0),
|
|---|