-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: configure keria with environment variables #333
feat: configure keria with environment variables #333
Conversation
c7a9b04
to
53757b6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
==========================================
+ Coverage 93.06% 93.82% +0.75%
==========================================
Files 36 36
Lines 7121 8076 +955
==========================================
+ Hits 6627 7577 +950
- Misses 494 499 +5 ☔ View full report in Codecov by Sentry. |
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.
LGTM
* configure via env variables * feat: configure keria env with environment variables
* configure via env variables * feat: configure keria env with environment variables
* configure via env variables * feat: configure keria env with environment variables
start.py
to make it easier to get an overview of what environment variables are available.KERIA_CURLS
which is the endpoint for the "KERI port". Since this is dependent on the deployment, it is convenient to be able to configure this with an environment variable.KERIA_DURLS
andKERIA_IURLS
, to be able to configure "default" witnesses and data urls for agents.Closes #326