Ajustes en los archivos de ejemplo

This commit is contained in:
Mauricio Baeza 2017-12-13 22:33:00 -06:00
parent ed1f5a470f
commit e8df72b0fc
3 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@ DEFAULT_PASSWORD = 'blades3.3'
#~ Establece una ruta accesible para el servidor web #~ 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 # ~ Establece los valores para sincronizar los backups de la base de datos
# ~ por ejemplo # ~ por ejemplo
@ -21,5 +21,4 @@ LOG_PATH = '/srv/empresa/logs/empresalibre.log'
# ~ 'REPO': 'id_repo', # ~ 'REPO': 'id_repo',
# ~ } # ~ }
SEAFILE_SERVER = {} SEAFILE_SERVER = {}

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
DEBUG = True DEBUG = False
#~ Ecodex #~ Ecodex
ID_INTEGRADOR = '' ID_INTEGRADOR = ''

View File

@ -1,5 +1,8 @@
[uwsgi] [uwsgi]
http = :8000 http = :8000
uid = user
gid = user
chdir = /home/USER/.opt/empresa-libre/source/app
wsgi-file = main.py wsgi-file = main.py
callable = app callable = app
master = true master = true
@ -7,4 +10,4 @@ processes = 4
threads = 4 threads = 4
thunder-lock = true thunder-lock = true
static-map = /static=../static static-map = /static=../static
logger = file:../../../empresalibre-uwsgi.log logger = file:../../../empresa-libre-uwsgi.log