fix(config): use correct target in example proxy config

This commit is contained in:
sam 2024-09-14 18:11:29 +02:00
parent cf2f624ae4
commit df09a2add8
Signed by: sam
GPG key ID: B4EF20DDE721CAA1

View file

@ -1,6 +1,6 @@
{ {
"port": 5003, "port": 5003,
"proxy_target": "http://localhost:5000", "proxy_target": "http://backend:5000",
"debug": true, "debug": true,
"powered_by": "5 gay rats" "powered_by": "5 gay rats"
} }