Tobi Ripperger 4 年之前
父节点
当前提交
05a7b4aa83
共有 1 个文件被更改,包括 3 次插入13 次删除
  1. 3 13
      dechef/helloworld/1.0.0/manifest.json

+ 3 - 13
dechef/helloworld/1.0.0/manifest.json

@@ -1,20 +1,10 @@
 {
   "bundles": {
-    "Dechef\\Bundle\\TestBundle": ["all"]
-  },
-  "copy-from-recipe": {
-    "config/": "%CONFIG_DIR%/",
-    "public/": "%PUBLIC_DIR%/",
-    "src/": "%SRC_DIR%/"
-  },
-  "composer-scripts": {
-    "make cache-warmup": "script",
-    "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
+    "Dechef\\HelloworldBundle": ["all"]
   },
   "env": {
-    "APP_ENV": "dev",
-    "APP_DEBUG": "1",
-    "APP_SECRET": "%generate(secret)%"
+    "DECHEF_HELLOWORLD": true,
+    "DECHEF_APIKEY": true
   },
   "gitignore": [
     ".env",