fix port -> listen snippet
This commit is contained in:
parent
ab27ce5450
commit
c50fe22eb1
@ -10,7 +10,7 @@ booleans and strings. Below is a basic example:
|
|||||||
dbpath = /var/lib/isso/comments.db
|
dbpath = /var/lib/isso/comments.db
|
||||||
host = https://example.tld/
|
host = https://example.tld/
|
||||||
[server]
|
[server]
|
||||||
port = 1234
|
listen = http://localhost:1234/
|
||||||
|
|
||||||
To use your configuration file with Isso, append ``-c /path/to/cfg`` to the
|
To use your configuration file with Isso, append ``-c /path/to/cfg`` to the
|
||||||
executable or run Isso with an environment variable:
|
executable or run Isso with an environment variable:
|
||||||
|
Loading…
Reference in New Issue
Block a user