annot-server/settings.py.tmpl
author rougeronj
Thu, 22 Jan 2015 09:26:43 +0100
changeset 111 a7b72620d227
parent 88 2e2414765a59
permissions -rw-r--r--
Add variable "wait". When this variable set, the annotsroll wait ignore some annotations, and wait before printing an otherone so there is no superposition. Can be passed as an options
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 = {}
88
2e2414765a59 Add Debug var to the config template
rougeronj
parents: 66
diff changeset
    14
2e2414765a59 Add Debug var to the config template
rougeronj
parents: 66
diff changeset
    15
DEBUG = True