Skip to content

Commit

Permalink
Trunk fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Nov 7, 2024
1 parent e698fcc commit 0f38f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/local_full_stack_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Assumptions:

3. Load the sql dump into the postgres database.

```shell
psql --host=0.0.0.0 --port=5432 --dbname=postgres --username=navigator --password -f ${path_to_sql_dump}/sql_dump.sql
```
```shell
psql --host=0.0.0.0 --port=5432 --dbname=postgres --username=navigator --password -f ${path_to_sql_dump}/sql_dump.sql
```

### Authenticate with Vespa

Expand Down

0 comments on commit 0f38f66

Please sign in to comment.