Update Readme.md

This commit is contained in:
孟古一 2023-06-18 16:45:17 +08:00 committed by GitHub
parent 945dc231ce
commit 08ea2acca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```