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

Merge pull request #134 from na-ga/fix-typo

cfgfile.md: fix typo in stan_config flag name
This commit is contained in:
Ginger Collison 2020-07-28 10:35:40 -05:00 committed by GitHub
commit 61d29a277a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
You can use a configuration file to configure the options specific to the NATS Streaming Server. You can use a configuration file to configure the options specific to the NATS Streaming Server.
Use the `-sc` or `-stan_config` command line parameter to specify the file to use. Use the `-sc` or `--stan_config` command line parameter to specify the file to use.
For the embedded NATS Server, you can use another configuration file and pass it to the Streaming Server using `-c` or `--config` command line parameters. For the embedded NATS Server, you can use another configuration file and pass it to the Streaming Server using `-c` or `--config` command line parameters.