We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729e67f commit 979ab42Copy full SHA for 979ab42
1 file changed
memex/src/test/resources/application-test.properties
@@ -1,6 +1,7 @@
1
#Keep this empty if you want tests to use Mongo test container
2
+#spring.data.mongodb.uri=mongodb://localhost:63650
3
spring.data.mongodb.uri=
-spring.data.mongodb.database=memex
4
+spring.data.mongodb.database=memextest
5
memex.kafkaexmple.enabled=true
6
7
# To run tests against non-local environment, override memex.base-url with the actual URL of the server under test.
0 commit comments