-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(patients): added an asterisk to the Allergy Name field #1944
Conversation
Added an asterisk to indicate that the name field is required #1928
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/hospitalrun/hospitalrun-frontend/48mh64ze3 |
.env.example
Outdated
REACT_APP_HOSPITALRUN_API=http://0.0.0.0:5984 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to change the port? 5984 is usually what pouchdb runs on. We want to point to our server (which proxies to pouchdb).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the connecting to the server section I misunderstood step 4. Change the REACT_APP_HOSPITALRUN_API variable to point to the HospitalRun Development Server and had trouble running it. I got it working but forgot to switch it back sorry about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries :)could you switch it back? Then we can merge this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it back, let me know if there is any other changes that need to be made! Thanks!
Fixes #1928
Changes proposed in this pull request: