Skip to content

Commit

Permalink
Update log ingestor URL (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodríguez Baquero authored Jan 16, 2024
1 parent a38084d commit 8266a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/shim/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function networkToOrchestrator() {
function networkToIngestor() {
switch (NETWORK) {
case "main": {
return "https://twb3qukm2i654i3tnvx36char40aymqq.lambda-url.us-west-2.on.aws/";
return "https://25y6y3tobkpa3thvn5wvu6kgsa0wzhdk.lambda-url.us-west-2.on.aws/";
}
case "test": {
return "https://p6wofrb2zgwrf26mcxjpprivie0lshfx.lambda-url.us-west-2.on.aws/";
Expand Down

0 comments on commit 8266a33

Please sign in to comment.