We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa67f82 commit 8ccb97aCopy full SHA for 8ccb97a
backend/config/config.json
@@ -1,22 +1,8 @@
1
{
2
"development": {
3
"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
12
- "database": "database_test",
13
14
15
16
- "production": {
17
18
19
- "database": "database_production",
+ "password": "your_password",
+ "database": "beauty_services",
20
"host": "127.0.0.1",
21
"dialect": "mysql"
22
}
0 commit comments