-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update development section in ruby readme #720
Conversation
No New Or Fixed Issues Found |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #720 +/- ##
=======================================
Coverage 60.88% 60.88%
=======================================
Files 173 173
Lines 10689 10689
=======================================
Hits 6508 6508
Misses 4181 4181 ☔ View full report in Codecov by Sentry. |
export API_URL=http://localhost:4000 | ||
export IDENTITY_URL=http://localhost:33656 |
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.
After messing with this for a bit, I got these proxy endpoints working if:
- You generate a valid SSL Certificate following instructions here
- Run
export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
- Have the web client running to have these proxies running.
I don't have a strong opinion either way, but we probably need more clarity on prerequisites for using the proxy endpoints.
Type of change
Objective
Update README for Ruby language local development.
Code changes
Before you submit