Skip to content

Commit

Permalink
Added the aws config to pass travis ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guaj committed Mar 25, 2022
1 parent 869af33 commit a5a8402
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@
.pnp.js
package-lock.json

<<<<<<< HEAD

=======
#aws credentials
<<<<<<< HEAD
aws-config.json
>>>>>>> 43d333e670a2f026cfdf622639ceb0d24c099567
*/aws-config.json



# testing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default function ProfilePatient() {
doctor: ''
});

const dateModified = new Date();
//fetches patient information on patient profile page render
useEffect(async () => {
setPatients(await PatientProfileUpdateDatabaseServices.fetchData('patients'))
Expand Down
5 changes: 5 additions & 0 deletions src/aws-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"region": "ca-central-1",
"secretAccessKey": "4HCcyMXfgyPKIW2gmiRFVCDFdkckzQ8+IyDfs0q0",
"accessKeyId": "AKIAYR7HVDLBBTK2VPFI"
}
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function PrimarySearchAppBar() {
>
<AccountCircle style={{color: "#673ab7"}}/>
</IconButton>
<p>Profile</p>
<p>Profile-------------------test</p>
</MenuItem>
: <> </>
}
Expand Down

0 comments on commit a5a8402

Please sign in to comment.