Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Mar 31, 2020
1 parent 9d45d39 commit dcd686a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/fuckdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit dcd686a

Please sign in to comment.