File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ src/test/resources/config.properties
1414bin /
1515
1616src /test /java /com /ibm /watson /developer_cloud /text_to_speech /v1 /TextToSpeechIntegrationTest.java
17+ * .iml
Original file line number Diff line number Diff line change 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=
You can’t perform that action at this time.
0 commit comments