mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
31 lines
967 B
JSON
31 lines
967 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-supabase-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "SUPABASE_URL=",
|
|
"#2": "SUPABASE_API_KEY="
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_supabase_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" supabase:",
|
|
" default:",
|
|
" url: '%env(SUPABASE_URL)%'",
|
|
" api_key: '%env(SUPABASE_API_KEY)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "20b55c77ac7d1dfebcf4accc8961516bd01d956f"
|
|
}
|
|
}
|
|
}
|