annot-server/config.py.tmpl
changeset 3 1b94e6e9579f
parent 2 fc1ab0074e29
equal deleted inserted replaced
2:fc1ab0074e29 3:1b94e6e9579f
       
     1 import os.path
       
     2 
     1 config = {
     3 config = {
     2     'web_port': 8080,
     4     'web_port': 8080,
     3     'ws_port': 8090,
     5     'ws_port': 8090,
     4     'osc_port': 9090,
     6     'osc_port': 9090,
     5     'conn_str': 'postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]',
     7     'conn_str': 'postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]',