How to modify RequestTimeout in configuration.yaml #216
-
info message: |
Beta Was this translation helpful? Give feedback.
Answered by
jiekechoo
Nov 29, 2023
Replies: 1 comment 13 replies
-
@bighb69738
here is a doc you can refer: https://docs.edgexfoundry.org/3.1/microservices/configuration/CommonEnvironmentVariables/ Jieke |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@lenny-intel
futhermore, it can't dynamiclly change env variables after modified the
configuration.yaml
, because the consul Key/Value has fixed by first starting micro services.Can we reload all variables in
configuration.yaml
when user restart the services after the file modified? Then the Key/Value will replaced by new variables.