init
This commit is contained in:
11
ormconfig.example.json
Normal file
11
ormconfig.example.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "mysql",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "test",
|
||||
"password": "test",
|
||||
"database": "test",
|
||||
"entities": ["entity/*.js"],
|
||||
"logging": false,
|
||||
"synchronize":false
|
||||
}
|
||||
Reference in New Issue
Block a user