diff --git a/custom/listmonk-config.example.php b/custom/listmonk-config.example.php new file mode 100644 index 0000000..fc4c3c3 --- /dev/null +++ b/custom/listmonk-config.example.php @@ -0,0 +1,16 @@ + true, + 'url' => 'https://newsletter.example.com', // Your Listmonk URL (no trailing slash) + 'list_uuids' => [ + 'UUID1', + 'UUID2' + ] +];