-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
๐ Issue ํ ์ค ์์ฝ
app.module.ts
๐คท Issue ์ธ๋ถ ๋ด์ฉ
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { UsersModule } from './login/users.module';
@Module({
imports: [
TypeOrmModule.forRoot({
type: 'postgres',
host: 'localhost',
port: 5432,
username: 'postgres',
password: 'postgres',
database: 'Login',
entities: [__dirname + '/**/*.entity{.ts,.js}'],
synchronize: true,
}),
UsersModule,
],
})
export class AppModule {}
โจ ๊ธฐ๋ ๊ฒฐ๊ณผ
๐ธ ์คํฌ๋ฆฐ์ท
Metadata
Metadata
Assignees
Labels
No labels