File tree Expand file tree Collapse file tree 2 files changed +38
-37
lines changed
Expand file tree Collapse file tree 2 files changed +38
-37
lines changed Original file line number Diff line number Diff line change 11version : " 3"
22rpc :
3- listen : " tcp://127.0.0.1:6001"
3+ listen : " tcp://127.0.0.1:6001"
44server :
5- command : " php web/index.php"
6- relay : pipes
7- env :
8- YII_C3 : true
9- YII_DEBUG : true
10- YII_ENV : dev
5+ command : " php web/index.php"
6+ relay : pipes
7+ env :
8+ YII_C3 : true
9+ YII_DEBUG : true
10+ YII_ENV : dev
1111http :
12- address : :8080
12+ address : :8080
1313
14- ssl :
15- address : :8443
16- cert : " web/ssl/localhost.pem"
17- key : " web/ssl/localhost-key.pem"
18- redirect : true
14+ ssl :
15+ address : :8443
16+ cert : " web/ssl/localhost.pem"
17+ key : " web/ssl/localhost-key.pem"
18+ redirect : true
1919
20- headers :
21- response :
22- " Cache-Control " : " no-cache"
20+ headers :
21+ response :
22+ " Cache-Control " : " no-cache"
2323
24- middleware :
25- - static # serve files first
26- - gzip # compress dynamic output
24+ middleware :
25+ - static # serve files first
26+ - gzip # compress dynamic output
2727
28- static :
29- dir : web
30- forbid :
31- - .php
32- - .htaccess
33- pool :
34- num_workers : 1
35- supervisor :
36- max_worker_memory : 100
28+ static :
29+ dir : web
30+ forbid :
31+ - .php
32+ - .htaccess
33+ pool :
34+ num_workers : 1
35+ supervisor :
36+ max_worker_memory : 100
3737jobs :
38- pool :
39- num_workers : 2
40- max_worker_memory : 100
41- consume : {}
38+ pool :
39+ num_workers : 2
40+ max_worker_memory : 100
41+ consume : {}
4242kv :
43- local :
44- driver : memory
45- config :
46- interval : 60
43+ local :
44+ driver : memory
45+ config :
46+ interval : 60
4747metrics :
48- address : " 127.0.0.1:2112"
48+ address : " 127.0.0.1:2112"
Original file line number Diff line number Diff line change 44
55- Bug #204 : Add YAML front matter to configuration files for consistency (@terabytesoftw )
66- Bug #210 : Update ` .editorconfig ` and ` .gitignore ` for improved consistency and clarity (@terabytesoftw )
7+ - Bug #211 : Standardize indentation in ` .rr.yaml ` for improved readability (@terabytesoftw )
78
89## 0.1.2 October 8, 2025
910
You can’t perform that action at this time.
0 commit comments