small improvements
This commit is contained in:
parent
d39ee428f0
commit
ccfb17151b
|
@ -75,7 +75,7 @@ return [
|
||||||
Util\ConfigFileLoader::class => [
|
Util\ConfigFileLoader::class => [
|
||||||
'shared' => true,
|
'shared' => true,
|
||||||
'constructParams' => [
|
'constructParams' => [
|
||||||
[Dice::INSTANCE => '$basepath']
|
[Dice::INSTANCE => '$basepath'],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
Config\Cache::class => [
|
Config\Cache::class => [
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Main mapping table of environment variables to correct config values
|
* Main mapping table of environment variables to namespaced config values
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user