-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update READMEs and make api endpoint configurable in clients #56
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
android/ModeratedChat/app/src/main/java/software/momento/kotlin/moderatedchat/MainActivity.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: pgautier404 <[email protected]>
|
||
Once deployed, you can test your application using any of the client applications. | ||
|
||
If you used the `API_DOMAIN="default"` option, you'll want to save the API gateway URL that was printed out. |
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.
💪
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.
LGTM!
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.
🚢
Adds readme generation workflow for the top-level README (can add for lower level ones if desired).
Updates the clients so that the API endpoint base url is a configurable environment variable rather than hardcoded since that value depends on the user's deployment setup. (Exception: I couldn't figure it out for the Android app so that one still directs users to hardcode it).
Ran each client locally to verify that they're all still working and the config changes worked.
Vercel preview deployments (available on PRs) use the preprod API endpoint now.
The prod Vercel deployment will use the prod API once this is merged to main.