Skip to content

Commit

Permalink
Merge pull request #509 from panoratech/env-details-logs
Browse files Browse the repository at this point in the history
🚑 Env variable name fix
  • Loading branch information
rflihxyz authored Jun 18, 2024
2 parents 9c17b88 + f9305ec commit 92f42f7
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.AXIOM_AGENT_STATUS === 'ENABLED'
Expand Down

0 comments on commit 92f42f7

Please sign in to comment.