portfolio2023/config/config.json
Andreas Schaafsma b1eb3cb9a6 Yea
2024-03-18 19:42:44 +01:00

24 lines
464 B
JSON

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