1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Add description of how defaults are populated

This commit is contained in:
Trevor Jex
2020-07-10 15:49:12 -06:00
committed by GitHub
parent d6817ccf5c
commit 496ae21c95

View File

@@ -2,6 +2,8 @@
The NATS Streaming Server accepts command line arguments to control its behavior. There is a set of parameters specific to the NATS Streaming Server and some to the embedded NATS Server. The NATS Streaming Server accepts command line arguments to control its behavior. There is a set of parameters specific to the NATS Streaming Server and some to the embedded NATS Server.
Command line parameters override corresponding config options in a configuration file, which themselves override configuration defaults. Configuration defaults can be found on the [Configuration File](cfgfile.md) page.
_**Note about parameters types**_ _**Note about parameters types**_
| Type | Remark | | Type | Remark |