mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f43589c4c |
@@ -116,21 +116,12 @@
|
||||
" # for end-to-end encryption. \"sodium\" php extension is required.",
|
||||
" # https://docs.roadrunner.dev/key-value/overview-kv#end-to-end-value-encryption",
|
||||
" keypair_path: bin/keypair.key",
|
||||
"",
|
||||
"when@dev:",
|
||||
" fluffy_discord_road_runner:",
|
||||
" # The shipped .rr.yaml runs the pool with \"debug: true\" (a fresh PHP process per request).",
|
||||
" # Since v7.1.2 the bundle detects that and skips warmup by itself; this keeps it explicit.",
|
||||
" # Warming a throwaway process only adds boot latency, and replaying compiled Twig templates",
|
||||
" # early-binds their classes, so Twig would keep serving a template you just edited.",
|
||||
" warmup:",
|
||||
" enabled: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d54449c90cb322c810fcfd6cc97dde3a71f89bca"
|
||||
"ref": "497a4795c993bf21014fd1a69b27b8e4d7e6fd7f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -15,9 +15,9 @@
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2031/{package_dotted}.{version}.json",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2015/{package_dotted}.{version}.json",
|
||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2031/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2015/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user