Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Import API
Commits
47824aa7
Commit
47824aa7
authored
May 06, 2021
by
Matthias
Browse files
disable debugging for productive environment
parent
78acab61
Pipeline
#26051
passed with stages
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/main.py
View file @
47824aa7
...
...
@@ -9,4 +9,4 @@ if __name__ == "__main__":
logging
.
basicConfig
(
format
=
'%(levelname)-8s [%(filename)s:%(lineno)d] %(message)s'
,
level
=
numeric_level
)
app
=
create_app
()
app
.
run
(
host
=
'0.0.0.0'
,
debug
=
Tru
e
)
app
.
run
(
host
=
'0.0.0.0'
,
debug
=
Fals
e
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment