Skip to content

Commit

Permalink
Merge pull request #1157 from Chia-Network/ver1212
Browse files Browse the repository at this point in the history
version bump & docs
  • Loading branch information
TheLastCicada authored Feb 27, 2024
2 parents 1549183 + aad27ba commit 1cdb9d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ The CADT UI can be hosted as a web application, either for internal use, or made

To host the UI on the web, use the [web-build.tar.gz file from the releases page](https://github.com/Chia-Network/cadt-ui/releases). One of the simplest solutions is to uncompress these files into a [public S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html). These files could also be served by any webserver, such as Nginx or Apache.

To make the CADT UI web application automatically connect to a CADT host by default, build the application from source (`npm install && npm run build`) with the following environment variables set:

* `REACT_APP_API_HOST`: Set to the URL of the CADT API, including the `/v1` path. For example: `https://www.example.com:31310/v1`
* `REACT_APP_APP_URL`: Set to the URL of the UI application.

### From Source

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cadt-ui",
"version": "1.2.12",
"version": "1.2.13",
"private": true,
"author": "Chia Network Inc. <[email protected]>",
"homepage": "./",
Expand Down

0 comments on commit 1cdb9d8

Please sign in to comment.