Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emengweb authored Dec 12, 2024
1 parent 8755711 commit 9806565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9806565

Please sign in to comment.