Conversation
danctila
commented
Mar 19, 2026
Contributor
Author
There was a problem hiding this comment.
just added APP_HOST here, the APP_CORS_ORIGINS is pulled directly from os.Getenv
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #195 +/- ##
==========================================
+ Coverage 0.90% 12.57% +11.66%
==========================================
Files 39 80 +41
Lines 1322 2521 +1199
Branches 0 24 +24
==========================================
+ Hits 12 317 +305
- Misses 1310 2199 +889
- Partials 0 5 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
danctila
commented
Mar 19, 2026
Contributor
Author
There was a problem hiding this comment.
this is just a nice to have - not fully necessary
danctila
commented
Mar 19, 2026
Contributor
Author
There was a problem hiding this comment.
this was needed for the new Clerk tokens passed through swagger since they are quite large
Dao-Ho
approved these changes
Mar 19, 2026
spokonya
pushed a commit
that referenced
this pull request
Apr 1, 2026
* add bearer auth to swagger docs * update env samples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
APP_CORS_ORIGINS(ex http://localhost:3000)APP_HOST(ex localhost:8080)