Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jan 25, 2024
1 parent 5711f7d commit fcd89a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions develop/dev-guide-sample-application-nodejs-prisma.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ npm install prisma typescript ts-node @types/node --save-dev
6. 编辑 `.env` 文件,按照如下格式设置环境变量 `DATABASE_URL`,将占位符 `{}` 替换为从连接对话框中复制的参数值:

```dotenv
<<<<<<< HEAD
DATABASE_URL=mysql://{user}:{password}@{host}:4000/test?sslaccept=strict
=======
DATABASE_URL='{connection_string}'
>>>>>>> e21a5a285b (Update dev-guide-sample-application-nodejs-prisma.md (#16135))
```

> **Note**
Expand Down

0 comments on commit fcd89a5

Please sign in to comment.