From 980656596787add4547770c3d89b1056d8b8dadf Mon Sep 17 00:00:00 2001 From: emengweb <31469739+emengweb@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:17:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f17de2..8999a7e 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ NEW Env For Database Dump (Only MongoDB has passed the test, other types databas * `DATABASE_BACKUP_TIME` - Optional. Database backup is automatically enabled within the specified time range (default 0-23) * `DATABASE_HOST` - Optional. Database host address * `DATABASE_PORT` - Optional. Database host port (if not specified, it will automatically follow the default port value of the database type) -* `DATABASE_NAME` - Optional. Database name, if not specified all database tables (except system tables) are used by default. Database type **mysql** MUST set `DATABASE_NAME`. +* `DATABASE_NAME` - Optional. Database name, Supports specifying multiple database names separated by ','. If not specified all database tables (except system tables) are used by default. Database type **mysql** MUST set `DATABASE_NAME`. * `DATABASE_USER` - Optional. Database Username * `DATABASE_PASSWORD` - Optional. Database password