Mercurial > libervia-web
comparison libervia/server/constants.py @ 1397:ed037818d6de
core (constants): renaming following global project renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Mar 2021 18:20:39 +0100 |
parents | 822bd0139769 |
children | 388558a30cf8 |
comparison
equal
deleted
inserted
replaced
1396:822bd0139769 | 1397:ed037818d6de |
---|---|
19 from ..common import constants | 19 from ..common import constants |
20 | 20 |
21 | 21 |
22 class Const(constants.Const): | 22 class Const(constants.Const): |
23 | 23 |
24 APP_NAME = "Libervia" | 24 APP_NAME = "Libervia Web" |
25 APP_NAME_FILE = "libervia" | 25 APP_COMPONENT = "web" |
26 CONFIG_SECTION = APP_NAME.lower() | 26 APP_NAME_ALT = APP_NAME |
27 APP_NAME_FILE = "libervia_web" | |
28 CONFIG_SECTION = APP_NAME_FILE.lower() | |
27 SERVICE_PROFILE = "libervia" # the SàT profile that is used for exporting the service | 29 SERVICE_PROFILE = "libervia" # the SàT profile that is used for exporting the service |
28 | 30 |
29 SESSION_TIMEOUT = 7200 # Session's timeout, after that the user will be disconnected | 31 SESSION_TIMEOUT = 7200 # Session's timeout, after that the user will be disconnected |
30 HTML_DIR = "html/" | 32 HTML_DIR = "html/" |
31 THEMES_DIR = "themes/" | 33 THEMES_DIR = "themes/" |