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