finish up example and fixes
This commit is contained in:
parent
b4f2ccd8fe
commit
88789d83c6
8 changed files with 143 additions and 858 deletions
|
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"development": {
|
||||
"dialect": "sqlite"
|
||||
},
|
||||
"test": {
|
||||
"dialect": "sqlite"
|
||||
},
|
||||
"production": {
|
||||
"dialect": "sqlite"
|
||||
}
|
||||
"development": {
|
||||
"username": "example",
|
||||
"password": "example",
|
||||
"database": "sequelize_example",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres"
|
||||
},
|
||||
"test": {
|
||||
"username": "example",
|
||||
"password": "example",
|
||||
"database": "sequelize_example",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres"
|
||||
},
|
||||
"production": {
|
||||
"username": "example",
|
||||
"password": "example",
|
||||
"database": "sequelize_example",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "postgres"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue