mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge pull request #1698 from valgalin/master
Update sample_settings.json with new mailchimp schema properties
This commit is contained in:
commit
f3ad3da35d
1 changed files with 6 additions and 2 deletions
|
@ -37,8 +37,12 @@
|
|||
"scoreUpdateInterval": "30",
|
||||
|
||||
"embedlyKey":"123foo",
|
||||
"mailChimpAPIKey": "123foo",
|
||||
"mailChimpListId": "123foo",
|
||||
|
||||
"newsletterProvider": "mailchimp",
|
||||
"mailchimp": {
|
||||
"apiKey": "123foo",
|
||||
"listId": "123foo"
|
||||
},
|
||||
"newsletterFrequency": [1,2,3,4,5,6,7],
|
||||
"newsletterTime": "14:20",
|
||||
"newsletterExcerptLength": 20,
|
||||
|
|
Loading…
Add table
Reference in a new issue