Skip to content

Commit

Permalink
🚑 Env variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Jun 18, 2024
1 parent 2a06a78 commit f9305ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { PrismaModule } from '@@core/prisma/prisma.module';
context: 'HTTP',
env: process.env.ENV,
distribution: process.env.DISTRIBUTION,
commit_id: process.env.QOVERY_APPLICATION_Z6E264DA1_GIT_COMMIT_ID,
commit_id: process.env.GIT_COMMIT_ID,
}),
transport:
process.env.ENV === 'prod'
Expand Down

0 comments on commit f9305ec

Please sign in to comment.