From 94b46d32e459e7a4c3ceea249d7b631b20a5a4e9 Mon Sep 17 00:00:00 2001 From: Li4n0 <34324462+Li4n0@users.noreply.github.com> Date: Fri, 24 Dec 2021 23:36:33 +0800 Subject: [PATCH] docs(readme): remove database configuration in readme (#47) --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 7fa47b2..180a46f 100644 --- a/README.md +++ b/README.md @@ -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.