Skip to content

Commit 1319b4b

Browse files
committed
chore(config): update index url
1 parent 66ae65c commit 1319b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Action/LoadIndexAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
readonly class LoadIndexAction
2222
{
23-
private const FALLBACK_PACKAGE_SOURCE = 'https://raw.githubusercontent.com/nuonic-digital/plugin-data/refs/heads/dev/shopware_extensions_v1.json';
23+
private const FALLBACK_PACKAGE_SOURCE = 'https://plugin-data.nuonic.dev/shopware_extensions_v1.json';
2424

2525
public function __construct(
2626
private PluginConfigService $config,

src/Resources/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<label>Package source URL</label>
1111
<label lang="de-DE">URL der Paketquelle</label>
1212
<placeholder>https://raw.githubusercontent.com/....</placeholder>
13-
<defaultValue>https://raw.githubusercontent.com/nuonic-digital/plugin-data/refs/heads/dev/shopware_extensions_v1.json</defaultValue>
13+
<defaultValue>https://plugin-data.nuonic.dev/shopware_extensions_v1.json</defaultValue>
1414
<required>true</required>
1515
<helpText>The plugin will load it's package index from the given package source url</helpText>
1616
<helpText lang="de-DE">Das Plugin wird seinen Paketindex von der angegebenen Paketquelle laden</helpText>

0 commit comments

Comments
 (0)