https://signoz.io logo
#general
Title
# general
b

banto

11/23/2022, 12:53 PM
how can I pass the otelcolConfig url as parameter?
p

Pranay

11/23/2022, 1:30 PM
yes
@banto You should pass the URL of where SigNoz backend is installed in the file
b

banto

11/23/2022, 1:31 PM
yes, just wondering how to not hardcoded it
I put it in the environemnt.ts
p

Pranay

11/23/2022, 1:31 PM
ah, you mean how to pass it as a param
b

banto

11/23/2022, 1:31 PM
export const environment = {
production: false,
otelcolUrl: '<http://127.0.0.1:4318/v1/traces>'
};