You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can configure JsBattle by providing shell arguments on startup. To get more information run
6
+
7
+
```bash
8
+
./jsbattle.js --help
9
+
```
10
+
11
+
## Configuration file
12
+
Most of the configuration is done via a configuration file.
13
+
14
+
```bash
15
+
./jsbattle.js start --config jsbattle.config.json
16
+
```
17
+
18
+
When the config file is not provided, the default configuration is applied. If any value is missing in the config file, default settings are used. CLI arguments have a higher priority than settings from the config file.
0 commit comments