rename custom config example file
Change-Id: I6ab4f67f748c2e5256969d606506a3303c60589d
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"log_save_days": "30"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"log_save_days": "30" // the retention days of logs(ElasticSearch indexes).
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user