diff 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
line wrap: on
line diff
--- a/libervia/server/constants.py	Fri Mar 19 15:47:10 2021 +0100
+++ b/libervia/server/constants.py	Sat Mar 20 18:20:39 2021 +0100
@@ -21,9 +21,11 @@
 
 class Const(constants.Const):
 
-    APP_NAME = "Libervia"
-    APP_NAME_FILE = "libervia"
-    CONFIG_SECTION = APP_NAME.lower()
+    APP_NAME = "Libervia Web"
+    APP_COMPONENT = "web"
+    APP_NAME_ALT = APP_NAME
+    APP_NAME_FILE = "libervia_web"
+    CONFIG_SECTION = APP_NAME_FILE.lower()
     SERVICE_PROFILE = "libervia"  # the SàT profile that is used for exporting the service
 
     SESSION_TIMEOUT = 7200  # Session's timeout, after that the user will be disconnected