Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias
my-test-project-1
Commits
9bc36f46
Commit
9bc36f46
authored
May 20, 2021
by
Matthias
Browse files
change for productive environment
parent
6b6221d0
Pipeline
#32975
passed with stages
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/main.py
View file @
9bc36f46
...
...
@@ -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
Supports
Markdown
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