diff --git a/source/app/conf.py.example b/source/app/conf.py.example index 0892815..968da07 100644 --- a/source/app/conf.py.example +++ b/source/app/conf.py.example @@ -10,7 +10,7 @@ DEFAULT_PASSWORD = 'blades3.3' #~ Establece una ruta accesible para el servidor web -LOG_PATH = '/srv/empresa/logs/empresalibre.log' +LOG_PATH = '/srv/empresa/logs/empresa-libre.log' # ~ Establece los valores para sincronizar los backups de la base de datos # ~ por ejemplo @@ -21,5 +21,4 @@ LOG_PATH = '/srv/empresa/logs/empresalibre.log' # ~ 'REPO': 'id_repo', # ~ } - SEAFILE_SERVER = {} \ No newline at end of file diff --git a/source/app/controllers/conf.py.example b/source/app/controllers/conf.py.example index d400ea7..5da41e8 100644 --- a/source/app/controllers/conf.py.example +++ b/source/app/controllers/conf.py.example @@ -1,7 +1,7 @@ #!/usr/bin/env python -DEBUG = True +DEBUG = False #~ Ecodex ID_INTEGRADOR = '' diff --git a/source/app/main_linux.ini b/source/app/main_linux.ini index 3b427d6..e028cb8 100644 --- a/source/app/main_linux.ini +++ b/source/app/main_linux.ini @@ -1,5 +1,8 @@ [uwsgi] http = :8000 +uid = user +gid = user +chdir = /home/USER/.opt/empresa-libre/source/app wsgi-file = main.py callable = app master = true @@ -7,4 +10,4 @@ processes = 4 threads = 4 thunder-lock = true static-map = /static=../static -logger = file:../../../empresalibre-uwsgi.log +logger = file:../../../empresa-libre-uwsgi.log