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
Config files:
config/application.conf config/custom.conf
Create config class:
module app.config.CustomConfig; class CustomConfig { // define some config items }
Get config object:
// Get config/application.conf auto appConfig = app().config(); // Get config/custom.conf auto customConfig = app().config!CustomConfig("custom");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Config files:
Create config class:
Get config object:
The text was updated successfully, but these errors were encountered: