Skip to content

Commit 61884ae

Browse files
authored
.
1 parent 70bb418 commit 61884ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ DB_NAME=your_database
154154
DB_USER=your_username
155155
DB_PASSWORD=your_password
156156
```
157-
For MongoDB with Mongoose, the added configuration will be:
157+
- For MongoDB with Mongoose, the added configuration will be:
158158
```bash
159159
# MongoDB Configuration
160160
MONGO_URI=mongodb://localhost:27017/your_database
161161
```
162-
For PostgreSQL with TypeORM, in addition to installing the dependencies, the tsconfig.json file will be updated, and the src/config/data-source.ts file will be created with the basic TypeORM configuration:
162+
- For PostgreSQL with TypeORM, in addition to installing the dependencies, the tsconfig.json file will be updated, and the src/config/data-source.ts file will be created with the basic TypeORM configuration:
163163

164164
`src/config/data-source.ts`
165165
```typescrypt
@@ -454,12 +454,12 @@ DB_NAME=your_database
454454
DB_USER=your_username
455455
DB_PASSWORD=your_password
456456
```
457-
Para MongoDB con Mongoose, la configuración añadida será:
457+
- Para MongoDB con Mongoose, la configuración añadida será:
458458
```bash
459459
# MongoDB Configuration
460460
MONGO_URI=mongodb://localhost:27017/your_database
461461
```
462-
Para PostgreSQL con TypeORM, además de instalar las dependencias, se actualizará el archivo tsconfig.json y se creará el archivo src/config/data-source.ts con la configuración básica de TypeORM:
462+
- Para PostgreSQL con TypeORM, además de instalar las dependencias, se actualizará el archivo tsconfig.json y se creará el archivo src/config/data-source.ts con la configuración básica de TypeORM:
463463

464464
`src/config/data-source.ts`
465465
```typescript

0 commit comments

Comments
 (0)