Commit 013b9eda authored by Tobias Munk's avatar Tobias Munk

added migration lookup from ENV variables to config

parent 0e28e074
Pipeline #8437 failed with stages
......@@ -154,6 +154,7 @@ $common = [
'params' => [
'adminEmail' => getenv('APP_ADMIN_EMAIL'),
'yii.migrations' => [
getenv('APP_MIGRATION_LOOKUP'),
'@yii/rbac/migrations',
'@dektrium/user/migrations',
'@vendor/lajax/yii2-translate-manager/migrations',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment