issues
search
Patriot0911
/
Int20H_DiveAuction
Int20H
0
stars
0
forks
source link
Add config module
#5
Closed
ipassternak
closed
9 months ago
ipassternak
commented
9 months ago
[x] use
@nestjs/config
module
[x] module should be available in global DI scope
[x] load variables from
.env.development
or
.env.test
environments respectively. Production environment should be pre configured and should include all needed variables
[x] load config objects from
src/config
directory
@nestjs/config
module.env.development
or.env.test
environments respectively. Production environment should be pre configured and should include all needed variablessrc/config
directory