Skip to content

Commit e96f638

Browse files
Merge pull request #90 from colindean/adds-sample-config
Adds a sample config.properties
2 parents d98c3e7 + ea5d4e5 commit e96f638

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ src/test/resources/config.properties
1414
bin/
1515

1616
src/test/java/com/ibm/watson/developer_cloud/text_to_speech/v1/TextToSpeechIntegrationTest.java
17+
*.iml

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)