1 Star 0 Fork 16

小崔/QueryPHP

forked from hunzhiwange/QueryPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.rr.yaml 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
# RoadRunner Server
# more https://roadrunner.dev/docs/intro-config
http:
address: 0.0.0.0:9527
workers:
command: "php leevel rr:server"
pool:
numWorkers: 4
static:
# root directory for static file (HTTP would not serve .php and .htaccess files).
dir: "."
# list of extensions for forbid for serving.
forbid: [".php", ".htaccess"]
reload:
# enable or disable file watcher
enabled: true
# sync interval
interval: 1s
# global patterns to sync
patterns: [".php"]
# list of included for sync services
services:
http:
# recursive search for file patterns to add
recursive: true
# ignored folders
ignore: ["vendor"]
# service specific file pattens to sync
patterns: [".php"]
# directories to sync. If recursive is set to true,
# recursive sync will be applied only to the directories in `dirs` section
dirs: ["."]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ucenters/queryphp.git
git@gitee.com:ucenters/queryphp.git
ucenters
queryphp
QueryPHP
master

搜索帮助