aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-01-07 22:16:56 +0100
committerSimon Ser <contact@emersion.fr>2024-01-07 22:16:56 +0100
commit15e451f7f8c41e964a7ad8d1f3fe88b47e7a338a (patch)
treec205db1d3bd106f6c71eca97256f3cec009c1731
parent617a3a748559fd115154d2c13065d67163299dcd (diff)
downloadgamja-15e451f7f8c41e964a7ad8d1f3fe88b47e7a338a.tar.gz
gamja-15e451f7f8c41e964a7ad8d1f3fe88b47e7a338a.zip
doc/config-file: indicate where errors are logged
-rw-r--r--doc/config-file.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config-file.md b/doc/config-file.md
index ea06557..e40a686 100644
--- a/doc/config-file.md
+++ b/doc/config-file.md
@@ -15,6 +15,9 @@ gamja can be configured using a `config.json` file at the root. Example:
}
```
+Errors while parsing the configuration file are logged in the
+[browser's web console].
+
## IRC server
The `server` object configures the IRC server.
@@ -43,3 +46,5 @@ The `oauth2` object configures OAuth 2.0 authentication.
- `client_id` (string): OAuth 2.0 client ID.
- `client_secret` (string): OAuth 2.0 client secret.
- `scope` (string): OAuth 2.0 scope.
+
+[browser's web console]: https://firefox-source-docs.mozilla.org/devtools-user/web_console/index.html