[PubSubSwarrot] Add base configuration for pubsub bundle

This commit is contained in:
Nicolas Thal
2019-11-29 10:38:22 +01:00
parent 6242dbceb4
commit 19a309fa80
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,2 @@
dekalee_pub_sub_swarrot:
key_file_path: '%env(DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"Dekalee\\PubSubSwarrotBundle\\DekaleePubSubSwarrotBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH": "your-pub_sub-key-file-path"
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> DekaleePubSubSwarrot, What's next? </>
<bg=blue;fg=white> </>
* The Dekalee/PubSubSwarrotBundle needs your pubsub configuration.
Modify your DEKALEE_PUBSUB_SWARROT_KEY_FILE_PATH config in <fg=green>.env</>