update .env.example DB_USERNAME

This commit is contained in:
xiaomlove
2026-01-31 12:34:44 +07:00
parent eb3c03c97f
commit fd0a2014ba
2 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=nexusphp
DB_USERNAME=root
DB_PASSWORD=
DB_USERNAME=nexusphp
DB_PASSWORD=nexusphp
BROADCAST_DRIVER=log
CACHE_DRIVER=redis