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 ?