-
Looking at https://quarkus.io/guides/config-reference#indexed-properties, how would I express the following my.indexed.collection[0].name=dog
my.indexed.collection[1].name=cat
my.indexed.collection[2].name=turtle As environment variables?
Does not seem to work. |
Beta Was this translation helpful? Give feedback.
Answered by
gsmet
Jun 29, 2022
Replies: 2 comments 8 replies
-
Have you tried something like:
IIRC special characters are replaced with a _. But it might not work for indexes. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
edeandrea
-
I tried
and that did not work. I will try what you mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried something like:
IIRC special characters are replaced with a _. But it might not work for indexes.