File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
4848PORT=3000
4949VUE_APP_BASE_API_URL=http://localhost:3001
50+ VUE_APP_API_VERSION=1
5051DATABASE_PASSWORD= # Custom value
5152JWT_KEY= # Custom value
5253```
You can’t perform that action at this time.
0 commit comments