395723f2cd
Change-Id: I8e2faa48e90171c9fa9ac21855a4194af934377d
1.4 KiB
1.4 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
admin_mode = False |
(Boolean) Activate privileged endpoints. |
enable_deprecated_api_versions = |
(List) List of deprecated API versions to enable. |
unreliable = False |
(Boolean) Disable all reliability constraints. |
[notification] | |
max_notifier_workers = 10 |
(Integer) The max amount of the notification workers. |
require_confirmation = False |
(Boolean) Whether the http/https/email subscription need to be confirmed before notification. |
smtp_command =
/usr/sbin/sendmail -t -oi |
(String) The command of smtp to send email. The format is "command_name arg1 arg2". |
[signed_url] | |
secret_key = None |
(String) Secret key used to encrypt pre-signed URLs. |