Refactored many things and removed unnecessary things like IDEA files and stuff
This commit is contained in:
13
backend/src/main/resources/default.properties
Normal file
13
backend/src/main/resources/default.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
# DB Configuration
|
||||
db.protocol=jdbc:mariadb:
|
||||
db.host=localhost
|
||||
db.port=3306
|
||||
db.name=dad
|
||||
db.user=root
|
||||
db.pwd=root
|
||||
dp.poolSize=5
|
||||
|
||||
# Server Configuration
|
||||
inet.host=localhost
|
||||
webserver.port=8080
|
||||
api.port=8081
|
||||
Reference in New Issue
Block a user