mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/flex": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
".env": ".env",
|
|
".env.dist": ".env.dist"
|
|
}
|
|
},
|
|
"files": {
|
|
".env": {
|
|
"contents": [
|
|
"# This file is a \"template\" of which env vars need to be defined for your application",
|
|
"# Override the variables you want in .env.local for development, create environment variables when deploying to production",
|
|
"# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
".env.dist": {
|
|
"contents": [
|
|
"# This file is a \"template\" of which env vars need to be defined for your application",
|
|
"# Copy this file to .env file for development, create environment variables when deploying to production",
|
|
"# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e5c4877367a8528f164fe900753da0369fee3aaa"
|
|
}
|
|
}
|
|
}
|