Skip to content

Commit 8ccb97a

Browse files
Viktoriia ShevchenkoViktoriia Shevchenko
authored andcommitted
sql
1 parent aa67f82 commit 8ccb97a

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

backend/config/config.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
{
22
"development": {
33
"username": "root",
4-
"password": null,
5-
"database": "database_development",
6-
"host": "127.0.0.1",
7-
"dialect": "mysql"
8-
},
9-
"test": {
10-
"username": "root",
11-
"password": null,
12-
"database": "database_test",
13-
"host": "127.0.0.1",
14-
"dialect": "mysql"
15-
},
16-
"production": {
17-
"username": "root",
18-
"password": null,
19-
"database": "database_production",
4+
"password": "your_password",
5+
"database": "beauty_services",
206
"host": "127.0.0.1",
217
"dialect": "mysql"
228
}

0 commit comments

Comments
 (0)