mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 14:12:14 +02:00
16 lines
226 B
TOML
16 lines
226 B
TOML
[build]
|
|
dist = "dist"
|
|
|
|
[serve]
|
|
addresses = ["0.0.0.0"]
|
|
port = 9899
|
|
|
|
[[proxy]]
|
|
backend = "http://localhost:8901/api/v1/"
|
|
|
|
[[proxy]]
|
|
backend = "http://localhost:8901/auth/"
|
|
|
|
[[proxy]]
|
|
backend = "ws://localhost:8901/ws"
|
|
ws = true |