mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Use relative URL to wiki
This commit is contained in:
parent
df09dd7b76
commit
dc0714a403
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Invidious needs one PostgreSQL database which has the following tables.
|
Invidious needs one PostgreSQL database which has the following tables.
|
||||||
|
|
||||||
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](https://github.com/omarroth/invidious/wiki/Configuration)
|
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./Configuration)
|
||||||
- `channel_videos` Stores truncated video info, used to create user feeds
|
- `channel_videos` Stores truncated video info, used to create user feeds
|
||||||
- `channels` Stores UCID and author name
|
- `channels` Stores UCID and author name
|
||||||
- `nonces` Keeps track of tokens issued to prevent CSRF
|
- `nonces` Keeps track of tokens issued to prevent CSRF
|
||||||
|
|
Loading…
Reference in a new issue