OCA_Backend/api/config/config.json
2022-01-22 19:06:44 +05:30

24 lines
450 B
JSON

{
"development": {
"username": "root",
"password": null,
"database": "openclose",
"host": "127.0.0.1",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}