comparison constants.py @ 436:73f767a9ac2f

server_side: added constant SERVICE_PROFILE to remove hard-coded value
author souliane <souliane@mailoo.org>
date Thu, 01 May 2014 11:31:51 +0200
parents ce5b33f499c5
children 582c435dab6b
comparison
equal deleted inserted replaced
435:e63fc04efef7 436:73f767a9ac2f
22 22
23 23
24 class Const(constants.Const): 24 class Const(constants.Const):
25 25
26 APP_NAME = 'Libervia' 26 APP_NAME = 'Libervia'
27 SERVICE_PROFILE = 'libervia' # the SàT profile that is used for exporting the service
27 28
28 TIMEOUT = 300 # Session's time out, after that the user will be disconnected 29 TIMEOUT = 300 # Session's time out, after that the user will be disconnected
29 LIBERVIA_DIR = "output/" 30 LIBERVIA_DIR = "output/"
30 MEDIA_DIR = "media/" 31 MEDIA_DIR = "media/"
31 AVATARS_DIR = "avatars/" 32 AVATARS_DIR = "avatars/"