mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Merge pull request #1088
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Datana\Intercom\Config\Config:
|
||||
arguments:
|
||||
- '%env(INTERCOM_WORKSPACE_APP_ID)%'
|
||||
- '%env(INTERCOM_IDENTITY_VERIFICATION_SECRET)%'
|
||||
9
datana-gmbh/intercom-config/1.1/manifest.json
Normal file
9
datana-gmbh/intercom-config/1.1/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"INTERCOM_WORKSPACE_APP_ID": "",
|
||||
"INTERCOM_IDENTITY_VERIFICATION_SECRET": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user