Skip to content

Commit ef5678b

Browse files
authored
Update README.md
1 parent 235d55c commit ef5678b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ HOW TO INSTALL AND USE:
77
copy this and do a git clone in your terminal: https://github.com/5RoD/BLD.git
88

99
to connect it to your database you will have to create a .env file in your project. in the .env file you will have to paste this and fill it in:
10-
DB_HOST=
11-
DB_USER=
12-
DB_PASS=
13-
DB_NAME=
14-
DB_PORT=
10+
**DB_HOST**=localhost
11+
**DB_USER**=username
12+
**DB_PASS**=pass123
13+
**DB_NAME**=dbname
14+
**DB_PORT**=3306
15+
1516

1617

1718

0 commit comments

Comments
 (0)