Skip to content

Commit

Permalink
remove outdated option in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Jun 23, 2019
1 parent f156a54 commit 097e25f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/setup/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ To start the Artemis application server from the development environment, first
artemis:
repo-clone-path: ./repos/
encryption-password: <encrypt-password>
result-retrieval-delay: 5000
jira:
url: https://jirabruegge.in.tum.de
user: <username>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/config/application-artemis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
artemis:
repo-clone-path: ./repos/
encryption-password: <encrypt-password> # arbitrary password for encrypting database values
result-retrieval-delay: 5000
jira:
url: https://jirabruegge.in.tum.de
user: <username> # e.g. ga12abc
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ artemis:
version: #project.version#
repo-clone-path: ./repos/
encryption-password: <encrypt-password> # arbitrary password for encrypting database values
result-retrieval-delay: 5000
jira:
url: https://jirabruegge.in.tum.de
user: <username> # e.g. ga12abc
Expand Down

0 comments on commit 097e25f

Please sign in to comment.