initial commit
This commit is contained in:
10
ormconfig.json
Normal file
10
ormconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "mysql",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "root",
|
||||
"password": "22999",
|
||||
"database": "proxima",
|
||||
"entities": ["src/**/**.entity{.ts,.js}"],
|
||||
"synchronize": true
|
||||
}
|
||||
Reference in New Issue
Block a user