mirror of https://github.com/status-im/consul.git
Merge pull request #1483 from sepn/master
Change example filename to use .json instead of .js
This commit is contained in:
commit
bdfea6c3f8
|
@ -15,7 +15,7 @@ descriptions.
|
||||||
|
|
||||||
When loading configuration, Consul loads the configuration from files
|
When loading configuration, Consul loads the configuration from files
|
||||||
and directories in lexical order. For example, configuration file `basic_config.json`
|
and directories in lexical order. For example, configuration file `basic_config.json`
|
||||||
will be processed before `extra_config.js`. Configuration specified later
|
will be processed before `extra_config.json`. Configuration specified later
|
||||||
will be merged into configuration specified earlier. In most cases,
|
will be merged into configuration specified earlier. In most cases,
|
||||||
"merge" means that the later version will override the earlier. In
|
"merge" means that the later version will override the earlier. In
|
||||||
some cases, such as event handlers, merging appends the handlers to the
|
some cases, such as event handlers, merging appends the handlers to the
|
||||||
|
|
Loading…
Reference in New Issue