We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was wondering if/how advanced java driver settings can be configured (stage specific) at runtime?
The documentation mentions to use application.conf or application.json files.
application.conf
application.json
"They need to be located in the classpath of your application." ref https://quarkus.io/guides/cassandra#advanced-driver-configuration
But this would mean it's configurable build time only.
Would it be possible e.g. to place/mount application.conf to $PWD/config/application.conf to be picked up? (also for native built?) ref https://quarkus.io/guides/config-reference#application-properties-file
$PWD/config/application.conf
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was wondering if/how advanced java driver settings can be configured (stage specific) at runtime?
The documentation mentions to use
application.conf
orapplication.json
files.But this would mean it's configurable build time only.
Would it be possible e.g. to place/mount
application.conf
to$PWD/config/application.conf
to be picked up?(also for native built?)
ref https://quarkus.io/guides/config-reference#application-properties-file
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: