Skip to content

Commit 2cf0ce5

Browse files
committed
Add note on config file usage
1 parent fcd16b6 commit 2cf0ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/system/1.configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ endpoints:
3737
port: 2003
3838
```
3939
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+
4044
Here's an explanation of all the keys:
4145
- `system`:
4246
- `mode`: set to either `dev` / `prod` mode. `prod` mode will generally make some things stricters (such as background services)

0 commit comments

Comments
 (0)