Skip to content

Commit

Permalink
#I250: Following the strandrads in the configurations (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: Manjunath <manju@Manjunaths-MacBook-Air.local>
  • Loading branch information
manjudr and Manjunath authored Dec 2, 2024
1 parent a2a61a3 commit 38b311d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-service/src/configs/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const config = {
"user_token_public_key": process.env.user_token_public_key || "",
"is_RBAC_enabled": process.env.is_rbac_enabled || "false",
"otel": {
"enable": process.env.OTEL_ENABLE || "false",
"collector_endpoint": process.env.OTEL_COLLECTOR_ENDPOINT || "http://localhost:4318"
"enable": process.env.otel_enable || "false",
"collector_endpoint": process.env.otel_collector_endpoint || "http://localhost:4318"
}
}

0 comments on commit 38b311d

Please sign in to comment.