Mercurial > libervia-web
diff libervia/server/constants.py @ 1483:595e7fef41f3
merge bookmark @
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 12 Nov 2021 17:48:30 +0100 |
parents | 095e94ca6728 |
children | ec3ad9abf9f9 |
line wrap: on
line diff
--- a/libervia/server/constants.py Tue Sep 28 18:18:37 2021 +0200 +++ b/libervia/server/constants.py Fri Nov 12 17:48:30 2021 +0100 @@ -26,7 +26,8 @@ APP_NAME_ALT = APP_NAME APP_NAME_FILE = "libervia_web" CONFIG_SECTION = APP_COMPONENT.lower() - SERVICE_PROFILE = "libervia" # the SàT profile that is used for exporting the service + # the Libervia profile that is used for public operations (when nobody is connected) + SERVICE_PROFILE = "libervia" SESSION_TIMEOUT = 7200 # Session's timeout, after that the user will be disconnected HTML_DIR = "html/"