Mercurial > odfcast
changeset 51:5cef36a01574
Update README to explain configuration of the odfcase service
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Nov 2014 11:57:50 +0100 |
parents | 58c1b25cf394 |
children | 8b20ac437016 |
files | README.rst |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Mon Nov 03 11:51:22 2014 +0100 +++ b/README.rst Mon Nov 03 11:57:50 2014 +0100 @@ -21,6 +21,19 @@ $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.template $ pip install ./py3o.template +Configure +--------- + +To change the default settings create a odfcast/odfcast.ini file an overwrite +settings e.g. for py3o port and host:: + + PY3O_UNO_SERVER_HOSTNAME = "my.server.url" + PY3O_UNO_SERVER_PORT = 4001 + +or host and port for the odfcase service:: + + SERVER_NAME = "my.odfcast.url:8500" + Run ---