1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update README.md (#2620)

Added clear instructions for a quick start with proxy.
This commit is contained in:
Egor Stronhin 2022-12-09 12:48:29 +02:00 committed by GitHub
parent bc77342380
commit d716175b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Find your preferred SDK in [our list of official SDKs](#unleash-sdks) and import
If you use the docker compose file from the previous step, here's the configuration details you'll need to get going: If you use the docker compose file from the previous step, here's the configuration details you'll need to get going:
- For front-end SDKs, use: - For front-end SDKs, use:
- URL: `http://localhost:3000` - URL: `http://localhost:3000/proxy`
- `clientKey`: `proxy-client-key` - `clientKey`: `proxy-client-key`
- For server-side SDKs, use: - For server-side SDKs, use:
- Unleash API URL: `http://localhost:4242/api/` - Unleash API URL: `http://localhost:4242/api/`