We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235d55c commit ef5678bCopy full SHA for ef5678b
1 file changed
README.md
@@ -7,11 +7,12 @@ HOW TO INSTALL AND USE:
7
copy this and do a git clone in your terminal: https://github.com/5RoD/BLD.git
8
9
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=
+**DB_HOST**=localhost
+**DB_USER**=username
+**DB_PASS**=pass123
+**DB_NAME**=dbname
+**DB_PORT**=3306
15
+
16
17
18
0 commit comments