how can I pass the otelcolConfig url as parameter?
# general
b
how can I pass the otelcolConfig url as parameter?
p
yes
@banto You should pass the URL of where SigNoz backend is installed in the file
b
yes, just wondering how to not hardcoded it
I put it in the environemnt.ts
p
ah, you mean how to pass it as a param
b
export const environment = {
production: false,
otelcolUrl: '<http://127.0.0.1:4318/v1/traces>'
};