# HG changeset patch # User Björn Ricks # Date 1415012270 -3600 # Node ID 5cef36a01574ac41c75d83dad3262bd4dac5d3d0 # Parent 58c1b25cf39444e9ca0a01c812beb17ef497f027 Update README to explain configuration of the odfcase service diff -r 58c1b25cf394 -r 5cef36a01574 README.rst --- 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 ---