mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
[
|
|
{
|
|
"name": "default",
|
|
"driver": {
|
|
"type": "mysql",
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"username": "root",
|
|
"password": "admin",
|
|
"database": "test"
|
|
},
|
|
"autoSchemaSync": true
|
|
}
|
|
] |