From b9be3456762ee44ee246210c3da49b9315124cc0 Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sun, 15 Oct 2023 16:31:57 +0200 Subject: [PATCH] docs(quickstart): update quickstart.md --- docs/QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index a42611f0..b43f9171 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -38,7 +38,7 @@ Available flags for `abstruse-server`: --auth-jwtsecret string JWT authentication secret key (default is a random string) --config string config file (default is $HOME/abstruse/abstruse.json) --db-charset string database charset (default "utf8") ---db-driver string database client (available options: mysql, postgres, mssql) (default "mysql") +--db-driver string database client (available options: mysql, postgres, sqlserver, clickhouse) (default "mysql") --db-host string database server host address (default "localhost") --db-name string database name (file name when sqlite client used) (default "abstruse") --db-password string database password