| 12345678910111213141516171819202122232425262728 |
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- "ElasticSearch:Logging": {
- "Enabled": false,
- "AuthType": "None",
- "User": "elastic",
- "Password": "123456",
- "ApiId": "",
- "ApiKey": "",
- "Base64ApiKey": "",
- "Fingerprint": "",
- "ServerUris": [ "http://127.0.0.1:9200" ],
- "DefaultIndex": "adminnet"
- },
- "ElasticSearch:Business": {
- "Enabled": false,
- "AuthType": "None",
- "User": "admin",
- "Password": "123456",
- "ApiId": "",
- "ApiKey": "",
- "Base64ApiKey": "",
- "Fingerprint": "",
- "ServerUris": [ "http://127.0.0.1:9200" ],
- "DefaultIndex": "adminnet"
- }
- }
|