Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 61658e7

Browse files
committed
Update default server to SaaS
1 parent d30a9b8 commit 61658e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticbackend/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Config(BaseModel):
99
api_token: str = Field(..., title="API Token for StaticBackend")
1010
root_token: str = Field(..., title="Root Token for StaticBackend")
1111
endpoint: HttpUrl = Field(
12-
default="http://localhost:8099", title="StaticBackend API endpoint"
12+
default="https://na1.staticbackend.com", title="StaticBackend API endpoint"
1313
)
1414

1515
@validator("api_token")

0 commit comments

Comments
 (0)