emqx_mgmt_api_key_schema.hocon 521 B

1234567891011121314151617181920
  1. emqx_mgmt_api_key_schema {
  2. api_key.desc:
  3. """API Key, can be used to request API other than the management API key and the Dashboard user management API"""
  4. api_key.label:
  5. """API Key"""
  6. bootstrap_file.desc:
  7. """Bootstrap file is used to add an api_key when emqx is launched,
  8. the format is:
  9. ```
  10. 7e729ae70d23144b:2QILI9AcQ9BYlVqLDHQNWN2saIjBV4egr1CZneTNKr9CpK
  11. ec3907f865805db0:Ee3taYltUKtoBVD9C3XjQl9C6NXheip8Z9B69BpUv5JxVHL
  12. ```"""
  13. bootstrap_file.label:
  14. """Initialize api_key file."""
  15. }