1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

feat(collections): encrypt api keys

This commit is contained in:
Torsten Dittmann 2021-01-15 12:56:03 +01:00
parent 229c649f9a
commit 538510d171

View file

@ -827,6 +827,7 @@ $collections = [
'type' => Database::SYSTEM_VAR_TYPE_TEXT, 'type' => Database::SYSTEM_VAR_TYPE_TEXT,
'default' => '', 'default' => '',
'required' => false, 'required' => false,
'filter' => ['encrypt'],
], ],
], ],
], ],