Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 15, 2023
1 parent 6fc407a commit 31f4599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/scaffold/settings.php.append.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $publisherUrl = getenv('PUBLISHER_URL') ?: 'http://localhost:8000';
$netlifyUrl = getenv('NETLIFY_URL') ?: 'http://localhost:8000';

$config['silverback_external_preview.settings'] = [
'preview_host' => $publisherUrl,
'preview_host' => $netlifyUrl,
'live_host' => $netlifyUrl,
];

Expand Down

0 comments on commit 31f4599

Please sign in to comment.