Skip to content

Commit f3ce3a6

Browse files
author
mace
authored
Merge pull request #178 from NodeFactoryIo/mmuftic/update-flags-descr
Update README file
2 parents dc05977 + 44b145d commit f3ce3a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Start command will start application on 2 ports that need to be exposed to publi
105105
|----|-----------|:--------:|
106106
|`--server-port`|port on which RPC API is exposed|80|
107107
|`--public-ip`|public IP address of loadbalancer|uses multiple services to find out public IP|
108-
|`--cert-file`|SSL certification file|uses HTTP|
109-
|`--key-file`|SSL price key file|uses HTTP|
108+
|`--cert-file`|path to SSL certification file|uses HTTP|
109+
|`--key-file`|path to SSL private key file|uses HTTP|
110110
|`--tunnel-port`|port on which tunnel server is listening for connect requests|5223|
111111
|`--tunnel-port-range`|range of ports that will be used for creating tunnels|20000:30000|
112112

@@ -125,6 +125,7 @@ Start command will start application on 2 ports that need to be exposed to publi
125125
|`--lb-payout-address`|address on which load balancer fee will be sent|-|
126126
|`--log-level`|log level (debug, info, warn, error)|error|
127127
|`--log-file`|path to file in which logs will be saved|`stdout`|
128+
|`--root-dir`|root directory for all generated files (e.g. database file, log file)|uses current directory|
128129

129130
### Obtaining DOTs
130131
If you want to do anything on Polkadot, Kusama, or Westend, then you'll need to get an account and some DOT, KSM, or WND tokens, respectively.

0 commit comments

Comments
 (0)