You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use configuration params out of services and main.ts file. Eg in module.ts files to configure @nestjs/jwt module (secret, expiresTime) or in ormconfig file to configure databse. How can I import config in this files ?
The text was updated successfully, but these errors were encountered:
Issue type:
nestjs-config version
0.6.3
@nestjs/common+core or other package versions
Excepted behavior
I want to use configuration params out of services and main.ts file. Eg in module.ts files to configure @nestjs/jwt module (secret, expiresTime) or in ormconfig file to configure databse. How can I import config in this files ?
The text was updated successfully, but these errors were encountered: