File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,19 @@ during creation:
79
79
The name of the environment used, e.g.
80
80
production, development, staging.
81
81
82
- == attr location
82
+ =attr location
83
83
84
- Absolute path to the directory where the server started.
84
+ The absolute path to the directory where the server started.
85
+
86
+ =attr default_config
87
+
88
+ A hash ref which contains the default values.
85
89
86
90
These arguments are passed when the object is created by
87
- C<Dancer2::Core::Role::Config > . How the config
88
- reader applies them as it needs.
91
+ C<Dancer2::Core::App > .
92
+ ConfigReader then passes C<environment > and C<location > forward to every
93
+ config reader class when it instantiates them.
94
+ How the config reader applies them, depend on its needs.
89
95
90
96
Provides a C<config > attribute that - when accessing
91
97
the first time - feeds itself by finding and parsing
You can’t perform that action at this time.
0 commit comments