annot-server/settings.py.tmpl
author ymh <ymh.work@gmail.com>
Tue, 13 Jan 2015 10:46:05 +0100
changeset 85 eff9460bd4f2
parent 66 658561ea9e65
child 88 2e2414765a59
permissions -rw-r--r--
add new visualization + small corrections
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
1b94e6e9579f two little correction on server config
cavaliet
parents: 2
diff changeset
     1
import os.path
1b94e6e9579f two little correction on server config
cavaliet
parents: 2
diff changeset
     2
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     3
WEB_PORT = 8080
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     4
WS_PORT = 8090
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     5
OSC_PORT = 9090
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     6
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     7
CONN_STR = ''
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     8
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
     9
STATIC_URL = '/static'
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 3
diff changeset
    10
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)),'static')
42
926f0426ce78 add event + event session + admin + category json management. Must rebuild database
ymh <ymh.work@gmail.com>
parents: 13
diff changeset
    11
LDT_PLATFORM_BASE_URL = 'http://ldt.iri.centrepompidou.fr/ldtplatform'
66
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents: 42
diff changeset
    12
658561ea9e65 export sync code in utils, and add button to synchronize annotation on eventsessionview
ymh <ymh.work@gmail.com>
parents: 42
diff changeset
    13
SYNC_POST_PARAM = {}