Commit e74c08a3 authored by nanahira's avatar nanahira

add config in service

parent 81e7e86e
Pipeline #6549 passed with stages
in 1 minute and 21 seconds
import { Injectable, ConsoleLogger } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
@Injectable()
export class AppService extends ConsoleLogger {
constructor() {
constructor(private readonly config: ConfigService) {
super('app');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment