Skip to content

Commit ea5d4e5

Browse files
committed
Adds sample config.properties
Generated with git grep 'prop.getProperty' src/test/ | awk -F\" '{print $2 "="}' | \ grep -v 'http://' | sort | uniq > config.properties.example and added mock.server.host since the above didn't catch it. Other props may have been missed by that simply command, too.
1 parent 4bc69ff commit ea5d4e5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

config.properties.example

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# This file must be completed and copied to src/test/resources/config.properties.
2+
3+
# AlchemyAPI key
4+
alchemy.alchemy=
5+
concept_expansion.password=
6+
concept_expansion.url=
7+
concept_expansion.username=
8+
dialog.dialog_id=
9+
dialog.password=
10+
dialog.url=
11+
dialog.username=
12+
language_translation.model_id=
13+
language_translation.password=
14+
language_translation.url=
15+
language_translation.username=
16+
message_resonance.password=
17+
message_resonance.url=
18+
message_resonance.username=
19+
mock.server.host=localhost
20+
mock.server.port=12345
21+
natural_language_classifier.classifier_id=
22+
question_and_answer.password=
23+
question_and_answer.url=
24+
question_and_answer.username=
25+
relationship_extraction.password=
26+
relationship_extraction.url=
27+
relationship_extraction.username=
28+
retrieve_and_rank.password=
29+
retrieve_and_rank.url=
30+
retrieve_and_rank.username=
31+
tradeoff_analytics.password=
32+
tradeoff_analytics.url=
33+
tradeoff_analytics.username=
34+
visual_recognition.password=
35+
visual_recognition.url=
36+
visual_recognition.username=

0 commit comments

Comments
 (0)