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
memoriav
Memobase 2020
services
Import Process
Import API
Commits
79e16cc2
Commit
79e16cc2
authored
Sep 27, 2021
by
Jonas Waeber
Browse files
Fix typo
parent
c59b1b63
Pipeline
#33631
passed with stages
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/wsgi.py
View file @
79e16cc2
...
@@ -60,7 +60,7 @@ try:
...
@@ -60,7 +60,7 @@ try:
app
.
config
[
'sftp_port'
]
=
os
.
environ
[
'SFTP_PORT'
]
app
.
config
[
'sftp_port'
]
=
os
.
environ
[
'SFTP_PORT'
]
app
.
config
[
'sftp_user'
]
=
os
.
environ
[
'SFTP_USER'
]
app
.
config
[
'sftp_user'
]
=
os
.
environ
[
'SFTP_USER'
]
app
.
config
[
'sftp_password'
]
=
os
.
environ
[
'SFTP_PASSWORD'
]
app
.
config
[
'sftp_password'
]
=
os
.
environ
[
'SFTP_PASSWORD'
]
app
.
config
[
's
t
fp_base_path'
]
=
os
.
environ
[
'SFTP_BASE_PATH'
]
app
.
config
[
'sf
t
p_base_path'
]
=
os
.
environ
[
'SFTP_BASE_PATH'
]
app
.
config
[
'tfv-kafka-configs'
]
=
os
.
environ
[
'TFV_KAFKA_SERVER_CONFIGS'
]
app
.
config
[
'tfv-kafka-configs'
]
=
os
.
environ
[
'TFV_KAFKA_SERVER_CONFIGS'
]
app
.
config
[
'tfv-sftp-configs'
]
=
os
.
environ
[
'TFV_SFTP_CONFIGS'
]
app
.
config
[
'tfv-sftp-configs'
]
=
os
.
environ
[
'TFV_SFTP_CONFIGS'
]
app
.
config
[
'tfv-topic-name'
]
=
os
.
environ
[
'TFV_TOPIC_NAME'
]
app
.
config
[
'tfv-topic-name'
]
=
os
.
environ
[
'TFV_TOPIC_NAME'
]
...
...
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