You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm trying to separate my configuration variables from code , and want to put it on routes config.
My route config was like this:
{
.....
"config": { "XXX_DB" : "1234567"}
....
}
I thought I can get XXX_DB by env variable in my java code , but I print all my env variables , I just can't find it. Anyone knows how to get this config values?
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to separate my configuration variables from code , and want to put it on routes config.
My route config was like this:
{
.....
"config": { "XXX_DB" : "1234567"}
....
}
I thought I can get XXX_DB by env variable in my java code , but I print all my env variables , I just can't find it. Anyone knows how to get this config values?
The text was updated successfully, but these errors were encountered: