chore/ add frpc config file

This commit is contained in:
Kevin
2026-04-30 14:13:53 +08:00
parent 71fbd39e32
commit 9f993ee5c3

8
frpc.toml Normal file
View File

@@ -0,0 +1,8 @@
serverAddr = "101.43.50.143"
serverPort = 7000
[[proxies]]
name = "life-echo-backend-dev"
type = "http"
localPort = 8000
customDomains = ["lifechoapidev.worldsplats.com"]