Files
hyperf_test/request/http-client.env.json
ctexthuang f4b812f861
Some checks are pending
Build Docker / build (push) Waiting to run
feat : pay Adapter
2025-09-04 23:08:54 +08:00

11 lines
173 B
JSON

{
"dev": {
"host": "https://test.ctexthuang.com"
},
"local": {
"host": "http://127.0.0.1:9501"
},
"prod": {
"host": "https://prod.ctexthuang.com"
}
}