初始提交
This commit is contained in:
10
target/classes/config.yaml
Normal file
10
target/classes/config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 8080
|
||||
debug: true
|
||||
db:
|
||||
mysql_host: localhost
|
||||
mysql_port: 3306
|
||||
mysql_user: root
|
||||
mysql_password: "Password"
|
||||
mysql_database: db
|
||||
Reference in New Issue
Block a user