diff --git a/cmd/fuckdb.json b/cmd/fuckdb.json index e33bee5..12f5fbe 100644 --- a/cmd/fuckdb.json +++ b/cmd/fuckdb.json @@ -2,13 +2,13 @@ "db": { "host": "localhost", "port": 3306, - "password": "hanshanboss", + "password": "password", "user": "root", "table": "cars", - "database": "ent_example", + "database": "db_example", "packageName": "test", "structName": "test", "jsonAnnotation": true, "gormAnnotation": true } -} \ No newline at end of file +}