mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update .sequelizerc.example
This commit is contained in:
parent
9ee228db00
commit
3bb71d675b
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ module.exports = {
|
||||||
'config': path.resolve('config.json'),
|
'config': path.resolve('config.json'),
|
||||||
'migrations-path': path.resolve('lib', 'migrations'),
|
'migrations-path': path.resolve('lib', 'migrations'),
|
||||||
'models-path': path.resolve('lib', 'models'),
|
'models-path': path.resolve('lib', 'models'),
|
||||||
'url': 'postgres://__DB_USER__:__DB_PASS__@localhost:5432/__DB_NAME__'
|
'url': 'postgres://__DB_NAME__:__DB_PWD__@localhost:5432/__DB_NAME__'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue