Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Nov 16, 2024
1 parent 9a528ba commit a47a512
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ This project aims to implement dynamic export control/solar curtailment of inver

1. Run `docker compose up -d` (or run `docker compose up -d --build`)

## Debug
### VSCode

Run debug configuration "Docker: Build and attach to Node".

### Docker compose

Run `docker compose -f docker-compose.yml -f docker-compose.debug.yml up -d --build` to start the Node.js container with debugging port opened.

## CSIP-AUS Private key and CSR

CSIP-AUS uses PKI certificates to authorise and identify clients.
Expand Down

0 comments on commit a47a512

Please sign in to comment.