Skip to content

Commit 985c61b

Browse files
author
Justin
committed
Update Readme + typo in config
1 parent a12dcde commit 985c61b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This service (the '`API`') uses an express server and Nodejs to connect our fron
99
This service is also equiped with a <strong>DB Manager</strong> that handles the logic of verifying the state of the connected database for you.
1010

1111
# Developers
12-
Here we list out some useful information for any new developer getting started with the project.
12+
Here we list out some useful information for any new developer getting started with the project. If you haven't already, see the [Getting Started Guide](https://houghtonlittlebrothers.sharepoint.com/:w:/r/sites/mtulbfemedtransproject/Shared%20Documents/Developer%20Space/Getting%20Stated%20Guide.docx?d=w2909ee9daa3a42238df616b11042623b&csf=1&web=1&e=kcNI3a)
1313
## Getting Started
1414
To run the project: First clone the repo, and then run
1515
```bash

server/config/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ module.exports = {
1313
db_user: process.env.DB_USER,
1414
db_password: process.env.DB_PASSWORD,
1515
db_logging: process.env.DB_LOGGING === 'true',
16-
db_dev_auto_fix: process.env.DB_DEV_AUTO_SEED === 'true',
16+
db_dev_auto_fix: process.env.DB_DEV_AUTO_FIX === 'true',
1717
db_dev_auto_seed: process.env.DB_DEV_AUTO_SEED === 'true',
1818

19-
2019
// JWT Info
2120
jwt_encryption: process.env.JWT_ENCRYPTION,
2221
jwt_expiration: process.env.JWT_EXPIRATION,

0 commit comments

Comments
 (0)