diff 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
line wrap: on
line diff
--- a/constants.py	Tue May 06 18:06:38 2014 +0200
+++ b/constants.py	Thu May 01 11:31:51 2014 +0200
@@ -24,6 +24,7 @@
 class Const(constants.Const):
 
     APP_NAME = 'Libervia'
+    SERVICE_PROFILE = 'libervia'  # the SàT profile that is used for exporting the service
 
     TIMEOUT = 300  # Session's time out, after that the user will be disconnected
     LIBERVIA_DIR = "output/"