Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] 4f43589c4c Create Flex endpoint 2026-08-13 13:31:16 +00:00
2 changed files with 3 additions and 12 deletions
@@ -116,21 +116,12 @@
" # for end-to-end encryption. \"sodium\" php extension is required.", " # for end-to-end encryption. \"sodium\" php extension is required.",
" # https://docs.roadrunner.dev/key-value/overview-kv#end-to-end-value-encryption", " # https://docs.roadrunner.dev/key-value/overview-kv#end-to-end-value-encryption",
" keypair_path: bin/keypair.key", " 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 "executable": false
} }
}, },
"ref": "d54449c90cb322c810fcfd6cc97dde3a71f89bca" "ref": "497a4795c993bf21014fd1a69b27b8e4d7e6fd7f"
} }
} }
} }
+2 -2
View File
@@ -15,9 +15,9 @@
"_links": { "_links": {
"repository": "github.com/symfony/recipes-contrib", "repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main", "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", "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" "archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
} }
} }