From 64108c1977933951b274bdf69d379200dede56ce Mon Sep 17 00:00:00 2001 From: eschao Date: Wed, 13 Dec 2017 11:07:24 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b96d24f..8f0c44e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Corresponding Environment variables: export DB_LOG_PATH=/var/logs/db export DB_LOG_LEVEL=debug ``` -Since the ```Log``` is a structure and nested in ```Database``` structure, the tag of ```Log``` and tags of its structure members will be combined to be an unique environment variable, for example: ```Path``` will be mapped to environment var: ```DB_LOG_PATH```. But if the ```Log``` has no tag defination, only tags of its structure members will be used, that means the ```Path``` will be mapped to ```PATH```. +Since the ```Log``` is a structure and nested in ```Database``` structure, the tag of ```Log``` and tags of its structure members will be combined to be an unique environment variable, for example: ```Path``` will be mapped to environment var: ```DB_LOG_PATH```. But if the ```Log``` has no tag definition, only tags of its structure members will be used, that means the ```Path``` will be mapped to ```PATH```. #### 6. Defines configuration name for Command line Using **cli** keyword to define configuration name