Skip to content

Commit 1e27272

Browse files
author
Harrison Unruh
authored
Merge pull request #1 from replit/harry-cloud-1709-update-typescript-lib-config
Update sidecar address to 127.0.0.1
2 parents 5aab83b + 8d21b98 commit 1e27272

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replit/object-storage",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"engines": {
66
"node": ">=18.0.0"

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ExternalAccountClientOptions } from 'google-auth-library';
22

3-
export const REPLIT_SIDECAR_ENDPOINT = 'http://0.0.0.0:1106';
3+
export const REPLIT_SIDECAR_ENDPOINT = 'http://127.0.0.1:1106';
44
export const REPLIT_DEFAULT_BUCKET_URL =
55
REPLIT_SIDECAR_ENDPOINT + '/object-storage/default-bucket';
66

0 commit comments

Comments
 (0)