Skip to content

Commit

Permalink
Update local-dev-testing.md
Browse files Browse the repository at this point in the history
Added more Caddy instructions
  • Loading branch information
drewconnelly authored Oct 7, 2024
1 parent 31cf5ad commit 31eef7a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Then from the directory containing the caddy file, run caddy

* > caddy start
**Note:** In addition to VPG, Ensure that `vaos-service` and `mobile-facility-service` are specified in the Caddyfile. Your file should look something like this, though the ports may be different.
```
http://localhost:2015 {
reverse_proxy /facilities/v2/* localhost:8080
reverse_proxy /vpg/* localhost:8081
reverse_proxy /vaos/* localhost:4518
}
```

### Configuring local vets-api setup
Follow the guidance detailed in the Vets-api README for configuring local settings: https://github.com/department-of-veterans-affairs/vets-api?tab=readme-ov-file#configuration

Expand Down

0 comments on commit 31eef7a

Please sign in to comment.