Skip to content

Commit bd52f20

Browse files
authored
Fix formatting for DB_HOST in README
1 parent 8e7b4d9 commit bd52f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ cp .env.example .env
8181

8282
**Database Settings (Optional, for MySQL session storage):**
8383
- `DB_FLAG` - Enable MySQL session storage (`yes`) or disable (`no` / leave empty)
84-
- `DB_HOST` - MySQL host (default: `localhost`)
84+
- `DB_HOST` - MySQL host
8585
- `DB_PORT` - MySQL port (default: `3306`)
8686
- `DB_USER` - MySQL username
8787
- `DB_PASS` - MySQL password

0 commit comments

Comments
 (0)