-
Notifications
You must be signed in to change notification settings - Fork 223
System Properties + Env Var Docs #1384
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
Conversation
…me convention with . as _ Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
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.
Love it, really, really nice, especially the docs part.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1384 +/- ##
============================================
+ Coverage 76.91% 78.13% +1.22%
- Complexity 1592 1830 +238
============================================
Files 145 223 +78
Lines 4843 5663 +820
Branches 562 601 +39
============================================
+ Hits 3725 4425 +700
- Misses 821 917 +96
- Partials 297 321 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* add properties file to docs and align system properties to env var name convention with . as _ Signed-off-by: Cassandra Coyle <[email protected]> * reset env var to what it was Signed-off-by: Cassandra Coyle <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Co-authored-by: artur-ciocanu <[email protected]>
* add properties file to docs and align system properties to env var name convention with . as _ * reset env var to what it was --------- Signed-off-by: Cassandra Coyle <[email protected]> Co-authored-by: artur-ciocanu <[email protected]>
* add properties file to docs and align system properties to env var name convention with . as _ Signed-off-by: Cassandra Coyle <[email protected]> * reset env var to what it was Signed-off-by: Cassandra Coyle <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Co-authored-by: artur-ciocanu <[email protected]> Signed-off-by: sirivarma <[email protected]>
Updates gRPC keepalive property names to use consistent naming convention:
DAPR_GRPC_ENABLE_KEEP_ALIVE
for environment variables anddapr.grpc.enable.keep.alive
for system properties.Add docs for users to know what they can set