Update remote URL to be ui.duckdb.org

This commit is contained in:
Yves
2025-03-03 15:13:37 +01:00
parent 883a2be1e4
commit be8166e342

View File

@@ -79,8 +79,8 @@ static void LoadInternal(DatabaseInstance &instance) {
} }
{ {
auto def = GetEnvOrDefault(UI_REMOTE_URL_SETTING_NAME, auto def =
"https://app.motherduck.com"); GetEnvOrDefault(UI_REMOTE_URL_SETTING_NAME, "https://ui.duckdb.org");
config.AddExtensionOption( config.AddExtensionOption(
UI_REMOTE_URL_SETTING_NAME, UI_REMOTE_URL_SETTING_NAME,
"Remote URL to which the UI server forwards GET requests", "Remote URL to which the UI server forwards GET requests",