Remove old uwsgi references
This commit is contained in:
parent
ebad7373fb
commit
a555b5d55c
@ -1,10 +1,4 @@
|
||||
[uwsgi]
|
||||
http = 0.0.0.0:8080
|
||||
master = true
|
||||
processes = 1
|
||||
wsgi=tisbackup_gui:app
|
||||
chdir=/opt/tisbackup
|
||||
[general]
|
||||
config_tisbackup= /etc/tis/tisbackup-config.ini
|
||||
sections=
|
||||
spooler=/opt/tisbackup/myspool
|
||||
ADMIN_EMAIL=technique@tranquil-it-systems.fr
|
||||
|
@ -43,9 +43,9 @@ import re
|
||||
cp = ConfigParser()
|
||||
cp.read("/etc/tis/tisbackup_gui.ini")
|
||||
|
||||
CONFIG = cp.get('uwsgi','config_tisbackup').split(",")
|
||||
SECTIONS = cp.get('uwsgi','sections')
|
||||
ADMIN_EMAIL = cp.get('uwsgi','ADMIN_EMAIL')
|
||||
CONFIG = cp.get('general','config_tisbackup').split(",")
|
||||
SECTIONS = cp.get('general','sections')
|
||||
ADMIN_EMAIL = cp.get('general','ADMIN_EMAIL')
|
||||
|
||||
tisbackup_config_file= CONFIG[0]
|
||||
config_number=0
|
||||
|
Loading…
Reference in New Issue
Block a user