express-template/ormconfig.example.json

11 lines
200 B
JSON
Raw Normal View History

2021-06-19 09:55:58 +00:00
{
"type": "mysql",
"host": "localhost",
"port": 3306,
"username": "test",
"password": "test",
"database": "test",
"entities": ["entity/*.js"],
"logging": false,
"synchronize":false
}