Skip to content

Commit

Permalink
update readme, env
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hwang <[email protected]>
  • Loading branch information
sthwang-metal committed Aug 16, 2023
1 parent 82ca473 commit a5baeda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .devcontainer/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COCKROACH_URL="postgresql://root@crdb:26257/location_api_dev?sslmode=disable"
ATLAS_DB_URI="postgresql://root@crdb:26257/atlas_migrations?sslmode=disable"
LOCATIONAPI_CRDB_URI="postgresql://root@crdb:26257/location_api_dev?sslmode=disable"
LOCATIONAPI_EVENTS_PUBLISHER_NATS_CREDSFILE="/workspaces/location-api/.devcontainer/nsc/nkeys/creds/LOCAL/LOC/USER.creds"
LOCATIONAPI_EVENTS_PUBLISHER_PREFIX="com.example"
# LOCATIONAPI_TRACING_ENABLED="true"
# LOCATIONAPI_TRACING_PROVIDER="passthrough"

Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ To begin start by opening the devcontainer as outlined in the [Development Guide
make go-run
```

**To subscribe to the NATS stream:**
```sh
# if not created already
nats --server=nats:4222 --creds=/nsc/nkeys/creds/LOCAL/LOC/USER.creds stream add $NAME --subjects='com.example.>'

nats --server=nats:4222 --creds=/nsc/nkeys/creds/LOCAL/LOC/USER.creds sub --stream=$NAME
```

**Interacting with the GraphQL queries:**
> Go to localhost:XXXX/playground
Expand Down

0 comments on commit a5baeda

Please sign in to comment.