mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix sequelize constructor link
This commit is contained in:
parent
0bb16d5713
commit
7ae6dc68d6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ This probably support unix socket too
|
|||
```
|
||||
|
||||
- ### Database
|
||||
DB configuration, look [here](https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor) for options.
|
||||
DB configuration, look [here](https://sequelize.org/v6/class/src/sequelize.js~Sequelize.html#instance-constructor-constructor) for options.
|
||||
```json
|
||||
"db": {
|
||||
"dialect": "sqlite",
|
||||
|
|
Loading…
Reference in a new issue