Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Sinha committed May 7, 2021
1 parent fe356eb commit d3e4a16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const DISTRICT = 'PATNA';
// beneficiary configs
const EMAIL = '[email protected]';
const AGE = 28;
```
When you set **FINDBYPINCODE = false**, the application will fetch vaccination slots by district value mentioned in this config file.

Expand Down
2 changes: 1 addition & 1 deletion src/configs/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const STATE = 'BIHAR';
const DISTRICT = 'PATNA';
// beneficiary configs
const EMAIL = '[email protected]';
const AGE = 28;
const AGE = 45;

module.exports = { FINDBYPINCODE, PINCODE, STATE, DISTRICT, EMAIL, AGE };

0 comments on commit d3e4a16

Please sign in to comment.