Skip to content

Commit 0db3c46

Browse files
feat(mailchimp): enable configuring api key via env
1 parent 51e5178 commit 0db3c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
//RemoteSystems\MailChimp::$apiKey = 'YOUR_API_KEY';
3+
RemoteSystems\MailChimp::$apiKey = getenv('MAILCHIMP_API_KEY');

0 commit comments

Comments
 (0)