doc: copied some info from readme for convenience
Massimo Melina committed
Sep 19, 2023 at 15:27 UTC
dd71cf7d2000203c2ad82ba44a36402481a93cb5
1 file changed
+9
-1
config.md
+9
-1
@@ -1,4 +1,12 @@
1
-This file contains details the configuration files.
1
+This file contains details about the configuration files.
2
+
3
+### Where is it stored
4
+
5
+Configuration is stored in the file `config.yaml`, exception made for custom HTML which is stored in `custom.html`.
6
+
7
+These files are kept in the Current Working Directory (cwd), which is by default the same folder of `hfs.exe`
8
+if you are using this kind of distribution on Windows, or `USER_FOLDER/.hfs` on other systems.
9
+You can decide a different cwd passing `--cwd SOME_FOLDER` parameter at command line.
10
11
### Configuration properties
12
- `port` where to accept http connections. Default is 80.