We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd16b6 commit 2cf0ce5Copy full SHA for 2cf0ce5
docs/system/1.configuration.md
@@ -37,6 +37,10 @@ endpoints:
37
port: 2003
38
```
39
40
+:::info Starting the server with a configuration file
41
+To start the server with a configuration file, simply run `skyd --config <path to config>.yaml`
42
+:::
43
+
44
Here's an explanation of all the keys:
45
- `system`:
46
- `mode`: set to either `dev` / `prod` mode. `prod` mode will generally make some things stricters (such as background services)
0 commit comments