docs(readme): remove database configuration in readme (#47)

This commit is contained in:
Li4n0
2021-12-24 23:36:33 +08:00
committed by GitHub
parent 07eb014d64
commit 94b46d32e4
-22
View File
@@ -128,28 +128,6 @@ dns:
## Advance Usage
### Database Configuration
#### mysql
```yaml
database: "mysql://root:password@tcp(127.0.0.1:3306)/revsuit?charset=utf8mb4&parseTime=True&loc=Local"
```
#### PostgresSQL
```yaml
database: "postgres://host=127.0.0.1 user=postgres password=postgres dbname=postgres port=5432 sslmode=disable TimeZone=Asia/Shanghai"
```
#### sqlite3
```yaml
database: revsuit.db
```
### Use with Scanner
RevSuit was split from my scanner project, so its native support works with scanners.