Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: nestjs-slack plugin #25

Merged
merged 22 commits into from
Mar 16, 2020
Merged

feat: nestjs-slack plugin #25

merged 22 commits into from
Mar 16, 2020

Conversation

Yasai-T
Copy link
Contributor

@Yasai-T Yasai-T commented Mar 12, 2020

added nestjs-slack webhook plugin

@Yasai-T Yasai-T self-assigned this Mar 12, 2020
@Yasai-T Yasai-T added the Type: Feature New Feature label Mar 12, 2020
@Yasai-T Yasai-T requested review from a team, 9renpoto, yuichkun and abyssparanoia and removed request for a team March 12, 2020 12:06
import { Module } from "@nestjs/common";
import { TypeOrmModule } from "@nestjs/typeorm";
import { GraphQLModule } from "@nestjs/graphql";
import { AppController } from "./app.controller";
import { AppService } from "./app.service";
import { NodeModule } from "./node/node.module";
import { RecipesModule } from "./recipes/recipes.module";
import { ConfigModule } from "./config/config.module";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1 @@
TBA
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we recommend standard-readme format :)


const isProduction = process.env.NODE_ENV === "production";

@Module({
imports: [
ConfigModule.forRoot(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ConfigModule.forRoot(),
ConfigModule.forRoot({
ignoreEnvFile: true,
load: []
}),

README.md Outdated

## Usage

cp example/.env.tmpl example/.env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use ignoreEnvFile: true

@9renpoto 9renpoto merged commit 383cf82 into master Mar 16, 2020
@9renpoto 9renpoto deleted the feat/nestjs-slack branch March 16, 2020 01:58
@9renpoto 9renpoto mentioned this pull request Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants