3
0
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:
Kyle Gordon
2022-08-12 15:07:02 +01:00
parent c7d9baad8e
commit 98a111796b
6 changed files with 6 additions and 0 deletions

View File

@ -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