Skip to content

Commit e1d153f

Browse files
committed
add: client file contexts
1 parent 48021a1 commit e1d153f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ides/gateway.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,19 +269,19 @@ You will need to add the following files on your local machine in order for
269269
Gateway to pull the backend and client from the server.
270270

271271
```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://)
273273

274-
file://Users/YourUsername/backends/<PRODUCT_CODE>/products.json
274+
https://internal.site/backends/<PRODUCT_CODE>/products.json
275275

276-
$ cat clientDownloadUrl
276+
$ cat clientDownloadUrl # a path for clients that you got from the clients' downloader (it could be http://, https://, or file://)
277277

278278
https://internal.site/clients/
279279

280-
$ cat jreDownloadUrl
280+
$ cat jreDownloadUrl # a path for JBR that you got from the clients' downloader (it could be http://, https://, or file://)
281281

282282
https://internal.site/jre/
283283

284-
$ cat pgpPublicKeyUrl
284+
$ cat pgpPublicKeyUrl # a URL to the KEYS file that was downloaded with the clients builds.
285285

286286
https://internal.site/KEYS
287287
```

0 commit comments

Comments
 (0)