ElasticSearch.json 671 B

12345678910111213141516171819202122232425262728
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "ElasticSearch:Logging": {
  4. "Enabled": false,
  5. "AuthType": "None",
  6. "User": "elastic",
  7. "Password": "123456",
  8. "ApiId": "",
  9. "ApiKey": "",
  10. "Base64ApiKey": "",
  11. "Fingerprint": "",
  12. "ServerUris": [ "http://127.0.0.1:9200" ],
  13. "DefaultIndex": "adminnet"
  14. },
  15. "ElasticSearch:Business": {
  16. "Enabled": false,
  17. "AuthType": "None",
  18. "User": "admin",
  19. "Password": "123456",
  20. "ApiId": "",
  21. "ApiKey": "",
  22. "Base64ApiKey": "",
  23. "Fingerprint": "",
  24. "ServerUris": [ "http://127.0.0.1:9200" ],
  25. "DefaultIndex": "adminnet"
  26. }
  27. }