mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Added parameters.yaml to kernel again.
This commit is contained in:
parent
16a2e23c51
commit
7249bdfc7f
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ class Kernel extends BaseKernel
|
|||
$container->import('../config/{packages}/'.$this->environment.'/*.yaml');
|
||||
$container->import('../config/{services}.yaml');
|
||||
$container->import('../config/{services}_'.$this->environment.'.yaml');
|
||||
|
||||
//Add parameter file
|
||||
$container->import('../config/parameters.yaml');
|
||||
}
|
||||
|
||||
protected function configureRoutes(RoutingConfigurator $routes): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue