mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 02:56:23 +03:00
24 lines
859 B
JSON
24 lines
859 B
JSON
{
|
|
"manifests": {
|
|
"symfony/flex": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
".env.dist": ".env.dist"
|
|
}
|
|
},
|
|
"files": {
|
|
".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": "e921bdbfe20cdefa3b82f379d1cd36df1bc8d115"
|
|
}
|
|
}
|
|
}
|