chore(license): add default key as default value in schema
This commit is contained in:
parent
d4416dc581
commit
8cefdb00b8
|
@ -34,6 +34,11 @@ fields(key_license) ->
|
|||
[
|
||||
{key, #{
|
||||
type => string(),
|
||||
default =>
|
||||
"MjIwMTExCjAKMTAKRXZhbHVhdGlvbgpjb250YWN0QGVtcXguaW8KZ"
|
||||
"GVmYXVsdAoyMDIyMDQxOQoxODI1CjEwMDAK.MEQCICbgRVijCQov2"
|
||||
"hrvZXR1mk9Oa+tyV1F5oJ6iOZeSHjnQAiB9dUiVeaZekDOjztk+NC"
|
||||
"Wjhk4PG8tWfw2uFZWruSzD6g==",
|
||||
%% so it's not logged
|
||||
sensitive => true,
|
||||
required => true,
|
||||
|
|
Loading…
Reference in New Issue