Mercurial > libervia-web
diff src/server/constants.py @ 470:34ce41e014c4
server side: options managing improvments:
- cleaned a bit the code / comments
- i18n
- added Libervia.OPT_PARAMETERS_CFG and moved Libervia.OPT_PARAMETERS to Libervia.OPT_PARAMETERS_BOTH, to allow options to be only in sat.conf
- use of new constant ASCII_APP_NAME for tap name
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Jun 2014 15:38:47 +0200 |
parents | 981ed669d3b3 |
children | 0bbbef1d53a8 |
line wrap: on
line diff
--- a/src/server/constants.py Mon Jun 09 20:37:42 2014 +0200 +++ b/src/server/constants.py Tue Jun 10 15:38:47 2014 +0200 @@ -23,6 +23,7 @@ class Const(constants.Const): APP_NAME = 'Libervia' + ASCII_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