fix(config): use correct target in example proxy config
This commit is contained in:
parent
cf2f624ae4
commit
df09a2add8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue