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
Fedora Ingest Service
Commits
b17ee7a4
Commit
b17ee7a4
authored
Jul 13, 2020
by
Thomas Bernhart
Browse files
Add settings template
parent
7a4c6e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/app.yml
View file @
b17ee7a4
...
...
@@ -4,11 +4,17 @@ sftp:
port
:
${SFTP_PORT:?env}
user
:
${SFTP_USER:?env}
password
:
${SFTP_PASSWORD:?env}
app
:
fedora
:
internalBaseUrl
:
${FEDORA_INTERNAL_BASE_URL:?env}
externalBaseUrl
:
${FEDORA_EXTERNAL_BASE_URL:?env}
user
:
${FEDORA_USER:?env}
password
:
${FEDORA_PASSWORD:?env}
kafka
:
consumer
:
bootstrap.servers
:
${KAFKA_BOOTSTRAP_SERVERS:?env}
client.id
:
${CLIENT_ID:?env}
group.id
:
${CLIENT_ID:?env}
topic
:
out
:
${TOPIC_IN:?env}
in
:
${TOPIC_IN:?env}
process
:
${TOPIC_PROCESS:?env}
\ No newline at end of file
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