Update ConfigCacheService.php

configcache-clean-rebased
Shlee 4 days ago committed by GitHub
parent ed06f72e47
commit 19ef6ad1f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,6 +33,8 @@ class ConfigCacheService
'captcha.cap.secret', 'captcha.cap.secret',
]; ];
// the rules are type checks - string, url, boolean, enum "in", integer, json
const KEYS = [ const KEYS = [
// filesystems.php — s3 disk // filesystems.php — s3 disk
'filesystems.disks.s3.key' => ['list' => 'ENVCONFIG', 'env' => 'AWS_ACCESS_KEY_ID', 'rule' => 'string'], 'filesystems.disks.s3.key' => ['list' => 'ENVCONFIG', 'env' => 'AWS_ACCESS_KEY_ID', 'rule' => 'string'],

Loading…
Cancel
Save