ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

proxy.config.json 670 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "/api": {
  3. "target": "http://127.0.0.1:9000",
  4. "secure": false
  5. },
  6. "/plugins": {
  7. "target": "http://127.0.0.1:9000",
  8. "secure": false
  9. },
  10. "/themes": {
  11. "target": "http://127.0.0.1:9000",
  12. "secure": false
  13. },
  14. "/static": {
  15. "target": "http://127.0.0.1:9000",
  16. "secure": false
  17. },
  18. "/lazy-static": {
  19. "target": "http://127.0.0.1:9000",
  20. "secure": false
  21. },
  22. "/socket.io": {
  23. "target": "ws://127.0.0.1:9000",
  24. "secure": false,
  25. "ws": true
  26. },
  27. "/client/assets": {
  28. "target": "http://127.0.0.1:9000",
  29. "secure": false
  30. },
  31. "/client/locales": {
  32. "target": "http://127.0.0.1:9000",
  33. "secure": false
  34. }
  35. }