changeset 2 | fc1ab0074e29 |
child 3 | 1b94e6e9579f |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/annot-server/config.py.tmpl Thu Oct 09 08:44:36 2014 +0200 @@ -0,0 +1,8 @@ +config = { + 'web_port': 8080, + 'ws_port': 8090, + 'osc_port': 9090, + 'conn_str': 'postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]', + 'static_url': 'static', + 'static_root' : os.path.join(os.path.dirname(os.path.abspath(__file__)),'static') +}