summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/app/model/api_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/app/model/api_settings.py')
-rw-r--r--openbb_platform/core/openbb_core/app/model/api_settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbb_platform/core/openbb_core/app/model/api_settings.py b/openbb_platform/core/openbb_core/app/model/api_settings.py
index f75b690ae6f..59ac1569902 100644
--- a/openbb_platform/core/openbb_core/app/model/api_settings.py
+++ b/openbb_platform/core/openbb_core/app/model/api_settings.py
@@ -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"
@@ -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"
)