11 lines
200 B
JSON
11 lines
200 B
JSON
|
{
|
||
|
"type": "mysql",
|
||
|
"host": "localhost",
|
||
|
"port": 3306,
|
||
|
"username": "test",
|
||
|
"password": "test",
|
||
|
"database": "test",
|
||
|
"entities": ["entity/*.js"],
|
||
|
"logging": false,
|
||
|
"synchronize":false
|
||
|
}
|