Skip to content

Commit 38dffae

Browse files
committed
Minor changes made
1 parent 8ab8842 commit 38dffae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MYSQL_HOST="localhost"
2-
MYSQL_PORT="3306"
3-
MYSQL_USER="root"
4-
MYSQL_PASS="MySQL!2024"
5-
MYSQL_DB="University"
1+
MYSQL_HOST=localhost
2+
MYSQL_PORT=3306
3+
MYSQL_USER=root
4+
MYSQL_PASS=MySQL2024
5+
MYSQL_DB=University
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DB_HOST="localhost"
2-
DB_PORT="5432"
3-
DB_USER="user"
4-
DB_PASS="Password!2024"
5-
DB_NAME="University"
1+
DB_HOST=localhost
2+
DB_PORT=5432
3+
DB_USER=user
4+
DB_PASS=Password2024
5+
DB_NAME=University

0 commit comments

Comments
 (0)