kin-labs / kinetic

MIT License
40 stars 24 forks source link

feat: infer WEB_URL from API_URL #484

Closed beeman closed 1 year ago

beeman commented 1 year ago

The WEB_URL property only needs to be set on a development setup, or when running the web UI separate from the API. On a typical production setup it will be the same as the API_URL with the /api suffix stripped off.

nx-cloud[bot] commented 1 year ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 1aab97589aa40304b8c354e36991bcf4edfac19d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 3 targets - [`nx e2e api-e2e --skip-nx-cache`](https://cloud.nx.app/runs/5ve0Fcn1S5) - [`nx e2e sdk-e2e --skip-nx-cache`](https://cloud.nx.app/runs/TEX3TRCP5X) - [`nx e2e web-e2e --skip-nx-cache`](https://cloud.nx.app/runs/SiUM78TDIv)

Sent with 💌 from NxCloud.

beeman commented 1 year ago

@richardmands FYI as of the next release, this property won't be required anymore, should make setup 1 variable easier.