Skip to content

Commit

Permalink
user experience: Update default url (#86)
Browse files Browse the repository at this point in the history
* add replace  value

* update defaultUrl
  • Loading branch information
yincongcyincong authored Oct 14, 2024
1 parent 9701c48 commit 8869ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ConfigEditor = (props: Props) => {
<>
<HelpfulLinks/>
<DataSourceHttpSettings
defaultUrl="http://localhost:8428"
defaultUrl="http://localhost:9428"
dataSourceConfig={options}
onChange={onOptionsChange}
sigV4AuthToggleEnabled={config.sigV4AuthEnabled}
Expand Down

0 comments on commit 8869ea4

Please sign in to comment.