first commit

This commit is contained in:
BuildTools
2021-06-16 23:00:27 -04:00
commit 54240c3f58
10 changed files with 239 additions and 0 deletions

5
config.yml Normal file
View File

@@ -0,0 +1,5 @@
# this is a comment
port: "3306"
dbuser: "user"
dbpasswd: "password"
dbaddress: "localhost"