use sqlite
This commit is contained in:
parent
c023319fd1
commit
f28f399f89
3 changed files with 856 additions and 24 deletions
|
|
@ -1,23 +1,11 @@
|
|||
{
|
||||
"development": {
|
||||
"username": "root",
|
||||
"password": null,
|
||||
"database": "database_development",
|
||||
"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"
|
||||
}
|
||||
"development": {
|
||||
"dialect": "sqlite"
|
||||
},
|
||||
"test": {
|
||||
"dialect": "sqlite"
|
||||
},
|
||||
"production": {
|
||||
"dialect": "sqlite"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue