Skip to content

Commit

Permalink
Update log ingestor and auth URLs (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodríguez Baquero authored Jan 16, 2024
1 parent f58570f commit c4ed95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export class Saturn {
this.config = Object.assign({}, {
clientId: randomUUID(),
cdnURL: 'l1s.saturn.ms',
logURL: 'https://twb3qukm2i654i3tnvx36char40aymqq.lambda-url.us-west-2.on.aws/',
logURL: 'https://25y6y3tobkpa3thvn5wvu6kgsa0wzhdk.lambda-url.us-west-2.on.aws/',
orchURL: 'https://orchestrator.strn.pl/nodes?maxNodes=100',
authURL: 'https://su4hesnyinnwvtk3h2rkauh5ja0qrisq.lambda-url.us-west-2.on.aws/',
authURL: 'https://vitpjzguzvhywfjfg4argkmpvm0dksap.lambda-url.us-west-2.on.aws/',
format: 'car',
fallbackLimit: 5,
connectTimeout: 5_000,
Expand Down

0 comments on commit c4ed95c

Please sign in to comment.