Untitled
Anonymous
plain_text
03/29/2023 1:13 AM
468 B
18
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...