mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 18:13:26 +00:00
Add ORM Specific config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ormConf } from '@/config/orm';
|
||||
import { makeOrmConfig } from '@/modules/mikro/orm';
|
||||
import { conf } from '@/config';
|
||||
|
||||
export default makeOrmConfig(conf.postgres.connection);
|
||||
export default makeOrmConfig(ormConf.postgres.connection);
|
||||
|
Reference in New Issue
Block a user