Merge pull request #1 from motherduckdb/yl/update-remote-url
Update remote URL to be `ui.duckdb.org`
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user