Replies: 1 comment 1 reply
-
I think you should already have this. It depends on where in the startup process you are of course, the server needs to have been chosen. But it is set as env var CONFIG and should be available in I just tested mounting a script: echo "HERE IT IS"
echo $CONFIG and got the expected logs
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some scenario, the scripts can select a VPN server by itself if we configure them to do so.
In that case it could be super useful to have somewhere (env var, file, ....) the name and/or IP of the selected server.
Thus in our custom scripts (post/pre start) we can have that information if we need to do something with it.
Beta Was this translation helpful? Give feedback.
All reactions