Support environment variable for database templates
This commit is contained in:
parent
f921af4199
commit
8768e0a54c
|
|
@ -372,6 +372,7 @@ class OctoberEnv extends Command
|
|||
'ASSET_CACHE' => 'enableAssetCache',
|
||||
'LINK_POLICY' => 'linkPolicy',
|
||||
'ENABLE_CSRF' => 'enableCsrfProtection',
|
||||
'DATABASE_TEMPLATES' => 'databaseTemplates'
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue