Skip to content
Snippets Groups Projects
Commit 4e606a3e authored by juga's avatar juga
Browse files

docs: add comments to the example config file

And rename it to sbws.
parent a47777cc
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ The user example config file provided by ``sbws`` might look like this.
.. _init-config:
.. literalinclude:: /examples/config.example.ini
:caption: Example config.example.ini
.. literalinclude:: /examples/sbws.example.ini
:caption: Example sbws.example.ini
**No other configuration files are read.**
......
......@@ -4,7 +4,9 @@
nickname = sbws_default
[destinations]
foo = off
# a destination can be disabled changing `on` by `off`
foo = on
[destinations.foo]
# the domain and path to the 1GB file.
url = https://example.com/does/not/exist.bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment