Support environment variable for database templates

This commit is contained in:
Ben Thomson 2019-06-06 21:22:05 +08:00
parent f921af4199
commit 8768e0a54c
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ class OctoberEnv extends Command
'ASSET_CACHE' => 'enableAssetCache',
'LINK_POLICY' => 'linkPolicy',
'ENABLE_CSRF' => 'enableCsrfProtection',
'DATABASE_TEMPLATES' => 'databaseTemplates'
],
];
}