mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 09:35:32 +00:00
Declare DB_PORT in all .env files
This commit is contained in:
@ -24,6 +24,7 @@ PUBLIC_FILESYSTEM_DISK=local_public
|
||||
# --------------------------------------------
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3309
|
||||
DB_DATABASE=null
|
||||
DB_USERNAME=null
|
||||
DB_PASSWORD=null
|
||||
|
||||
Reference in New Issue
Block a user