mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 11:15:13 -05:00
doc/config-file: indicate where errors are logged
This commit is contained in:
parent
617a3a7485
commit
15e451f7f8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue