From 08ea2acca8a8296b0b13f0e4ada204622068b7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=8F=A4=E4=B8=80?= Date: Sun, 18 Jun 2023 16:45:17 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index d5bfd2d..434349d 100644 --- a/Readme.md +++ b/Readme.md @@ -62,6 +62,13 @@ If you use mongodb, you need to specify the environment variable `DB_URL` export DB_URL=mongodb+srv://account:passwd@***.***.***.mongodb.net/db_count ``` +If you use mysql, you need to specify the environment variable `DB_URL` + +```shell +# eg: +export DB_URL=mysql://user:password@localhost:3306/database +``` + replit can use Secrets, [documentation](https://docs.replit.com/programming-ide/storing-sensitive-information-environment-variables) ```