Skip to content

Commit e42403a

Browse files
committed
Add VUE_APP_API_VERSION instructions; remove dead links
1 parent 2236236 commit e42403a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ In the event of a disaster, Baltimore City and the Baltimore City Health Departm
1010
- [What is this?](#what-is-this)
1111
- [Documentation](#documentation)
1212
- [Project setup](#project-setup)
13-
- [Docker and docker-compose](#docker-and-docker-compose)
14-
- [Full .env example](#full-env-example)
15-
- [Keeping your API up to date](#keeping-your-api-up-to-date)
13+
- [Keeping your API up to date](#keeping-your-api-up-to-date)
1614
- [Compiles and hot-reloads for development](#compiles-and-hot-reloads-for-development)
1715
- [Compiles and minifies for production](#compiles-and-minifies-for-production)
1816
- [Lints and fixes files](#lints-and-fixes-files)
1917
- [Customize configuration](#customize-configuration)
2018
- [Using this product](#using-this-product)
2119
- [Testing](#testing)
20+
- [Using Jest for unit testing](#using-jest-for-unit-testing)
21+
- [Using Snyk to check for security vulnerabilities](#using-snyk-to-check-for-security-vulnerabilities)
2222
- [Sources and Links](#sources-and-links)
2323
- [Contributors ✨](#contributors-)
2424

@@ -47,6 +47,7 @@ Add the following to a file named `.env` in your project directory:
4747
```conf
4848
PORT=3000
4949
VUE_APP_BASE_API_URL=http://localhost:3001
50+
VUE_APP_API_VERSION=1
5051
DATABASE_PASSWORD= # Custom value
5152
JWT_KEY= # Custom value
5253
```

0 commit comments

Comments
 (0)