Untitled
unknown
plain_text
2 years ago
351 B
6
Indexable
{ type: 'postgres', host: 'localhost', port: 5432, username: 'postgres', password: 'postgres', database: 'chat_db', entities: [join(__dirname, '../../modules/**/**.entity{.ts,.js}')], migrations: [join(__dirname, '../../database/migrations/*{.ts,.js}')], subscribers: ['src/subscriber/*{.ts,.js}'], synchronize: false, }
Editor is loading...