pls work
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 23s

This commit is contained in:
Lee 2024-04-18 14:03:52 +01:00
parent 1eb540380e
commit aa87d2f374
2 changed files with 2 additions and 1 deletions

@ -172,7 +172,7 @@
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<artifactId>de.flapdoodle.embed.mongo.spring3x</artifactId>
<version>4.12.6</version>
<scope>test</scope>
</dependency>

@ -17,6 +17,7 @@ spring:
database: 1
auth: "" # Leave blank for no auth
# MongoDB - This is used for general data storage
mongodb:
uri: mongodb://localhost:27017
database: database