Merge pull request #996

This commit is contained in:
symfony-flex-server[bot]
2020-09-09 10:18:36 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
services:
Klaviyo\Klaviyo:
arguments:
$private_key: '%env(KLAVIYO_PRIVATE_KEY)%'
$public_key: '%env(KLAVIYO_PUBLIC_KEY)%'
+9
View File
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"KLAVIYO_PUBLIC_KEY": "",
"KLAVIYO_PRIVATE_KEY": ""
}
}