Merge pull request #1 from motherduckdb/yl/update-remote-url

Update remote URL to be `ui.duckdb.org`
This commit is contained in:
Y.
2025-03-03 15:27:08 -05:00
committed by GitHub

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",