Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Oct 11, 2023
2 parents b56bcbf + 353cfb1 commit 3ddc9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/flows/src/flows.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Flow, FlowSchema} from "./schemas/flow.schema";

@Module({
imports: [
MongooseModule.forRoot(`mongodb://${process.env.NESTSV_FLOWS_MONGO_USER}:${process.env.NESTSV_FLOWS_MONGO_PASSWORD}@${process.env.NESTSV_FLOWS_MONGO_HOST}:${process.env.NESTSV_FLOWS_MONGO_PORT}/${process.env.NESTSV_FLOWS_MONGO_DB}`),
MongooseModule.forRoot(`mongodb://${process.env.NESTSV_FLOWS_MONGO_USER}:${process.env.NESTSV_FLOWS_MONGO_PASSWORD}@${process.env.NESTSV_FLOWS_MONGO_HOST}:${process.env.NESTSV_FLOWS_MONGO_PORT}`),
MongooseModule.forFeature([
{ name: Flow.name, schema: FlowSchema },
]),
Expand Down

0 comments on commit 3ddc9f7

Please sign in to comment.