diff --git a/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml new file mode 100644 index 000000000..cb507a37f --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/config/packages/wicked_one_phrase_tag.yaml @@ -0,0 +1,2 @@ +wicked_one_phrase_tag: + dsn: '%env(PHRASE_DSN)%' diff --git a/wickedone/phrase-tag-bundle/2.0/manifest.json b/wickedone/phrase-tag-bundle/2.0/manifest.json new file mode 100644 index 000000000..cca0b3660 --- /dev/null +++ b/wickedone/phrase-tag-bundle/2.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject" + } +}