annot-server/config.py.tmpl
changeset 2 fc1ab0074e29
child 3 1b94e6e9579f
equal deleted inserted replaced
1:1cdebfeb77f9 2:fc1ab0074e29
       
     1 config = {
       
     2     'web_port': 8080,
       
     3     'ws_port': 8090,
       
     4     'osc_port': 9090,
       
     5     'conn_str': 'postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]',
       
     6     'static_url': 'static',
       
     7     'static_root' : os.path.join(os.path.dirname(os.path.abspath(__file__)),'static')
       
     8 }