Skip to content

Commit

Permalink
Update readme setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
neelvirdy committed Jan 17, 2023
1 parent d97c742 commit 4ef1996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ To run locally in a 'dev' environment, first run:
./estuary setup --username=<uname> --password=<pword>
```

Save the auth token that this outputs, you will need it for interacting with
and controlling the node. This username and password won't work to log in using the front end (estuary-www), but the auth token will.
Save the credentials you use here, you will need them to login to the estuary-www frontend.

NOTE: if you want to use a different database than a sqlite instance stored in your local directory, you will need to configure that with the `--database` flag, like so: `./estuary setup --username=<uname> --password=<pword> --database=XXXXX`

Expand Down

0 comments on commit 4ef1996

Please sign in to comment.