We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13afd5 commit d7e1a07Copy full SHA for d7e1a07
1 file changed
memex/src/test/resources/application-test.properties
@@ -1,9 +1,9 @@
1
#Keep this empty if you want tests to use Mongo test container
2
#spring.data.mongodb.uri=mongodb://localhost:27018
3
-#spring.data.mongodb.uri=
+spring.data.mongodb.uri=
4
##Set this to false if you are using Enterprise Advanced without Search
5
#Search tests will of course fail
6
-#memex.mongodb.hasSearch=false
+memex.mongodb.hasSearch=true
7
spring.data.mongodb.database=memextest
8
memex.kafkaexmple.enabled=true
9
# To run tests against non-local environment, override memex.base-url with the actual URL of the server under test.
0 commit comments