mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-16 18:59:23 -04: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…
Add table
Add a link
Reference in a new issue