Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lnt/lnttool/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
# reports to different email address.
'to' : [(".*", None)],
}

# Enable automatic restart using the wsgi_restart module; this should be off in
# a production environment.
wsgi_restart = False
"""

kWSGITemplate = """\
Expand Down
123 changes: 0 additions & 123 deletions lnt/util/wsgi_restart.py

This file was deleted.

4 changes: 0 additions & 4 deletions tests/SharedInputs/SmallInstance/lnt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ nt_emailer = {
# reports to different email address.
'to' : [(".*", None)],
}

# Enable automatic restart using the wsgi_restart module; this should be off in
# a production environment.
wsgi_restart = False
4 changes: 0 additions & 4 deletions tests/runtest/Inputs/rerun_server_instance/lnt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ nt_emailer = {
# reports to different email address.
'to' : [(".*", None)],
}

# Enable automatic restart using the wsgi_restart module; this should be off in
# a production environment.
wsgi_restart = False
4 changes: 0 additions & 4 deletions tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@ nt_emailer = {
'to' : [(".*", None)],
}

# Enable automatic restart using the wsgi_restart module; this should be off in
# a production environment.
wsgi_restart = False

blacklist = 'blacklist'
4 changes: 0 additions & 4 deletions tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ nt_emailer = {
# reports to different email address.
'to' : [(".*", None)],
}

# Enable automatic restart using the wsgi_restart module; this should be off in
# a production environment.
wsgi_restart = False
Loading