Skip to content

Commit

Permalink
default API settings (#6466)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored May 27, 2024
1 parent 5fecd9d commit 27d448e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbb_platform/core/openbb_core/app/model/api_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Servers(BaseModel):

model_config = ConfigDict(frozen=True)

url: str = "http://localhost:8000"
url: str = ""
description: str = "Local OpenBB development server"


Expand All @@ -36,7 +36,7 @@ class APISettings(BaseModel):
contact_name: str = "OpenBB Team"
contact_url: str = "https://openbb.co"
contact_email: str = "hello@openbb.co"
license_name: str = "MIT"
license_name: str = "AGPLv3"
license_url: str = (
"https://github.com/OpenBB-finance/OpenBBTerminal/blob/develop/LICENSE"
)
Expand Down

0 comments on commit 27d448e

Please sign in to comment.