diff src/server/constants.py @ 512:750db9ff8525

server side: launching script improvments: - no more difference between installed version and source version: libervia is a deamon by defaut, "fg" must be used to launch it foreground - fixed bad constants module imported in python part of libervia.sh - fixed stdout encoding in python part of libervia.sh - APP_NAME and APP_NAME_FILE use the constants module values - DATA_DIR variable moved to PLUGIN_OPTIONS - (constants) ASCII_APP_NAME renamed to APP_NAME_FILE to be consistent with SàT backend.
author Goffi <goffi@goffi.org>
date Sun, 24 Aug 2014 18:43:45 +0200
parents c4d6d1254ec1
children 471b6babe960
line wrap: on
line diff
--- a/src/server/constants.py	Thu Aug 21 16:58:10 2014 +0200
+++ b/src/server/constants.py	Sun Aug 24 18:43:45 2014 +0200
@@ -27,7 +27,7 @@
 class Const(constants.Const):
 
     APP_NAME = 'Libervia'
-    ASCII_APP_NAME = "libervia"
+    APP_NAME_FILE = "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