Files
ticketsystem/frontend/Trunk.toml
schn33fuchs 7bde1470a1 Logout button
And styling for it
2026-05-04 16:45:52 +02:00

11 lines
219 B
TOML

[serve]
# The address to serve on LAN.
addresses = ["127.0.0.1"] #,"10.150.9.7"]
# The address to serve on WAN.
# address = "0.0.0.0"
# The port to serve on.
port = 8000
[[proxy]]
backend = "http://localhost:8001/api"