This commit is contained in:
2023-07-05 17:36:22 -07:00
parent 737416965e
commit 9a859b403a
6 changed files with 233 additions and 322 deletions

View File

@@ -0,0 +1,7 @@
{
"mysqlHost": "127.0.0.1",
"mysqlPort": 3306,
"mysqlUser": "root",
"mysqlPassword": "root",
"mysqlDatabase": "testgorm"
}