mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 13:03:26 +00:00
5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
import { ormConf } from '@/config/orm';
|
|
import { makeOrmConfig } from '@/modules/mikro/orm';
|
|
|
|
export default makeOrmConfig(ormConf.postgres.connection, ormConf.postgres.ssl);
|