Replies: 1 comment
-
/cc @radcortez (config) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have following config keys:
I would like to fix
enabled
andurl
at build time but would like to leavemax-quota
to be runtime initialized for easy adjustment.This means that I would have to split this up into two config files:
and
This will give me an exception on runtime config as
enabled
is not mapped.Is there a already built in way to handle a requirement like this?
Beta Was this translation helpful? Give feedback.
All reactions