API: hide ApiListener#ticket_salt

This commit is contained in:
Alexander A. Klimov 2021-07-01 17:25:41 +02:00 committed by Julian Brost
parent 5f9957c7d5
commit caf697b868

View File

@ -47,7 +47,7 @@ class ApiListener : ConfigObject
default {{{ return 15.0; }}}
};
[config] String ticket_salt;
[config, no_user_view, no_user_modify] String ticket_salt;
[config] Array::Ptr access_control_allow_origin;
[config, deprecated] bool access_control_allow_credentials;