mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"bundles": {
|
|
"OAT\\Bundle\\Lti1p3Bundle\\Lti1p3Bundle": [ "all" ]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LTI1P3_SERVICE_ENCRYPTION_KEY": "%generate(secret)%"
|
|
}
|
|
}
|