Skip to content

Commit

Permalink
updates to cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Nov 7, 2023
1 parent ea01bfb commit 3fc143d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/jdbc-postgres/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This is the list of commands run to get a ziti environment setup running with do

ziti edge login localhost:1280 -u admin -p admin -y

### CLEANUP COMMANDS:
### CLEANUP COMMANDS

Not needed unless you want to try again without recreating docker

Expand All @@ -92,7 +92,7 @@ Not needed unless you want to try again without recreating docker
ziti edge delete service-policy postgres-bind-policy
ziti edge delete identity pg-client

### CREATE/UPDATE COMMANDS:
### CREATE/UPDATE COMMANDS

# create and enroll an identity for the client
ziti edge create identity pg-client -o pg-client.jwt -a postgres-clients
Expand Down Expand Up @@ -120,7 +120,7 @@ Not needed unless you want to try again without recreating docker
echo "127.0.0.1 ziti-edge-controller" | sudo tee -a /etc/hosts
echo "127.0.0.1 ziti-edge-router" | sudo tee -a /etc/hosts

## Run the Sample:
## Run the Sample

* cd here: `cd samples/jdbc-postgres`
* run gradlew/gradlew.bat: `./gradlew :run --args="./pg-client.json"`
Expand Down

0 comments on commit 3fc143d

Please sign in to comment.