You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/28 07:10:33 UTC

[GitHub] jiangpengcheng commented on a change in pull request #3570: ArtifactStore implementation for MongoDB

jiangpengcheng commented on a change in pull request #3570: ArtifactStore implementation for MongoDB
URL: https://github.com/apache/incubator-openwhisk/pull/3570#discussion_r213205012
 
 

 ##########
 File path: tests/src/test/resources/application.conf.j2
 ##########
 @@ -55,6 +55,21 @@ whisk {
         db       = ${?COSMOSDB_NAME}
     }
 
+    {% if enable_mongodb is defined and enable_mongodb == 'true' %}
+    mongodb {
+        host        = "{{ db.host }}"
+        port        = "{{ mongodb_port| default(db.port) }}"
+        database    = "{{ db.mongodb.database }}"
+        username    = "{{ db.credentials.admin.user }}"
+        password    = "{{ db.credentials.admin.pass }}"
+        collections {
 
 Review comment:
   I'm sorry, but I didn't get you meaning, do you mean not set the `collections` option in the configuration?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services