rename custom config example file

Change-Id: I6ab4f67f748c2e5256969d606506a3303c60589d
This commit is contained in:
inspurericzhang
2023-02-22 07:30:56 +00:00
parent a951baa19e
commit 8b6dc69e11
3 changed files with 5 additions and 4 deletions

View File

@@ -29,5 +29,5 @@ Response
**Example: JSON response**
.. literalinclude:: ./samples/custom-config/custom-config-show-response.json
.. literalinclude:: ./samples/custom-config/get-custom-config-show-response.json
:language: javascript

View File

@@ -1,3 +0,0 @@
{
"log_save_days": "30"
}

View File

@@ -0,0 +1,4 @@
{
"log_save_days": "30" // the retention days of logs(ElasticSearch indexes).
}