Untitled
unknown
plain_text
3 years ago
351 B
7
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...