UNPKG
auth-service-nestjs
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Authorization service for lightweight systems
github.com/trotill/
trotill/auth-service
auth-service-nestjs
/
.sequelizerc
9 lines
(7 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
const
path
=
require
(
'path'
);
module
.exports = {
'config'
:
path
.resolve(
'src'
,
'db'
,
'config'
,
'config.js'
),
'models-path'
:
path
.resolve(
'src'
,
'db'
,
'models'
),
'seeders-path'
:
path
.resolve(
'src'
,
'db'
,
'seeders'
),
'migrations-path'
:
path
.resolve(
'src'
,
'db'
,
'migrations'
) }