Skip to content

Commit bb1d413

Browse files
committed
Remove mongo db database config
1 parent 7c95872 commit bb1d413

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/main/resources/database.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
type: Sqlite # Avaiable types: mongo, mysql, sqlite
2-
3-
4-
# MONGO
5-
Mongo:
6-
connection-string: "mongodb://<username>:<password>@<host>:<port>/"
7-
database: "db"
8-
1+
type: Sqlite # Avaiable types: mysql, sqlite
92

103
# SQL
114
# MySQL Connection string: jdbc:mysql://<host>:<port>/<database>

0 commit comments

Comments
 (0)