web server and connection to db/api
This commit is contained in:
7
backend/vertx/target/classes/default.properties
Normal file
7
backend/vertx/target/classes/default.properties
Normal file
@@ -0,0 +1,7 @@
|
||||
db.protocol=jdbc:mariadb:
|
||||
db.host=localhost
|
||||
db.port=3306
|
||||
db.name=dad
|
||||
db.user=root
|
||||
db.pwd=root
|
||||
dp.poolSize=5
|
||||
Reference in New Issue
Block a user