Environment variables function
Hi I'm trying generate secrets for my application through the variables. Is there a list of available functions in the document?
I can't find it
Solution:Jump to solution
You can only use
${{SERVICE.VARIABLE_NAME}}
to reference variables and ${{secret(16)}}
to generate a secret (in this case with length of 16)3 Replies
380dbc52-1da9-49e0-96ff-da7227d979d6
Solution
You can only use
${{SERVICE.VARIABLE_NAME}}
to reference variables and ${{secret(16)}}
to generate a secret (in this case with length of 16)other than that, I don't think there's any other functions