@eventcatalog/generator-asyncapi 4.0.3 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -86,6 +86,17 @@ npm run generate
86
86
  npm run dev
87
87
  ```
88
88
 
89
+ ### Proxy Server setup
90
+
91
+ Configure environment variable `PROXY_SERVER_URI` to use a proxy server.
92
+ You can define proxy settings in URI format example below:
93
+
94
+ You can also put the variable in the `.env` file.
95
+
96
+ ```sh
97
+ PROXY_SERVER_URI="http://username:password@your-proxy.company.local" npm run generate
98
+ ```
99
+
89
100
  ## Found a problem?
90
101
 
91
102
  Raise a GitHub issue on this project, or contact us on [our Discord server](https://discord.gg/3rjaZMmrAm).