mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
[skip ci] capitalise the H2 and POSTGRESQL options (#172)
This commit is contained in:
@@ -97,7 +97,7 @@ There are a number of environment variables available to configure Suwayomi:
|
|||||||
| **KOREADER_SYNC_PERCENTAGE_TOLERANCE** | `0.00000000000001` | Absolute tolerance for progress comparison from 1 (widest) to 1e-15 (strict) |
|
| **KOREADER_SYNC_PERCENTAGE_TOLERANCE** | `0.00000000000001` | Absolute tolerance for progress comparison from 1 (widest) to 1e-15 (strict) |
|
||||||
| **KOREADER_SYNC_STRATEGY_FORWARD** | `prompt` | `prompt`, `keep_local`, `keep_remote`, `disabled` |
|
| **KOREADER_SYNC_STRATEGY_FORWARD** | `prompt` | `prompt`, `keep_local`, `keep_remote`, `disabled` |
|
||||||
| **KOREADER_SYNC_STRATEGY_BACKWARD** | `disabled` | `prompt`, `keep_local`, `keep_remote`, `disabled` |
|
| **KOREADER_SYNC_STRATEGY_BACKWARD** | `disabled` | `prompt`, `keep_local`, `keep_remote`, `disabled` |
|
||||||
| **DATABASE_TYPE** | `h2` | `h2` or `postgresql` |
|
| **DATABASE_TYPE** | `H2` | `H2` or `POSTGRESQL` |
|
||||||
| **DATABASE_URL** | `postgresql://localhost:5432/suwayomi` | The URL of the database, only used for non-h2 database |
|
| **DATABASE_URL** | `postgresql://localhost:5432/suwayomi` | The URL of the database, only used for non-h2 database |
|
||||||
| **DATABASE_USERNAME** | ` ` | Database username, only used for non-h2 database |
|
| **DATABASE_USERNAME** | ` ` | Database username, only used for non-h2 database |
|
||||||
| **DATABASE_PASSWORD** | ` ` | Database password, only used for non-h2 database |
|
| **DATABASE_PASSWORD** | ` ` | Database password, only used for non-h2 database |
|
||||||
|
|||||||
Reference in New Issue
Block a user