File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -269,19 +269,19 @@ You will need to add the following files on your local machine in order for
269
269
Gateway to pull the backend and client from the server.
270
270
271
271
``` shell
272
- $ cat productsInfoUrl
272
+ $ cat productsInfoUrl # a path to products.json that was generated by the backend's downloader (it could be http://, https://, or file://)
273
273
274
- file ://Users/YourUsername /backends/< PRODUCT_CODE> /products.json
274
+ https ://internal.site /backends/< PRODUCT_CODE> /products.json
275
275
276
- $ cat clientDownloadUrl
276
+ $ cat clientDownloadUrl # a path for clients that you got from the clients' downloader (it could be http://, https://, or file://)
277
277
278
278
https://internal.site/clients/
279
279
280
- $ cat jreDownloadUrl
280
+ $ cat jreDownloadUrl # a path for JBR that you got from the clients' downloader (it could be http://, https://, or file://)
281
281
282
282
https://internal.site/jre/
283
283
284
- $ cat pgpPublicKeyUrl
284
+ $ cat pgpPublicKeyUrl # a URL to the KEYS file that was downloaded with the clients builds.
285
285
286
286
https://internal.site/KEYS
287
287
```
You can’t perform that action at this time.
0 commit comments