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,
"https://app.motherduck.com");
auto def =
GetEnvOrDefault(UI_REMOTE_URL_SETTING_NAME, "https://ui.duckdb.org");
config.AddExtensionOption(
UI_REMOTE_URL_SETTING_NAME,
"Remote URL to which the UI server forwards GET requests",