-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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");
Metadata
Metadata
Assignees
Labels
No labels