Update Config
@@ -11,7 +11,7 @@ This documents provides some explanation of the keys found in config.json
|
|||||||
| `main.url` | `full` | `String` | Absolute URL | `"https://example.com"` | Used to generate URLS in Matrix/IRC
|
| `main.url` | `full` | `String` | Absolute URL | `"https://example.com"` | Used to generate URLS in Matrix/IRC
|
||||||
| `main.url` | `domain` | `String` | Root domain | `"example.com"` | Used in Website <title>
|
| `main.url` | `domain` | `String` | Root domain | `"example.com"` | Used in Website <title>
|
||||||
| `main.url` | `regex` | `String` | Regex pattern | `"example\\.com"` |
|
| `main.url` | `regex` | `String` | Regex pattern | `"example\\.com"` |
|
||||||
| `main` | `socks` | `String` | Proxy address | `"socks5://127.0.0.1:9050"` | Default is Tor
|
| `main` | `socks` | `String` | Proxy address | `"socks5://127.0.0.1:9050"` | Default is Tor, empty will use no proxy aka direct connection from main network adapter
|
||||||
| `main` | `mail` | `String` | Admin email | `"admin@example.com"` |
|
| `main` | `mail` | `String` | Admin email | `"admin@example.com"` |
|
||||||
| `main` | `maxfilesize` | `Number` | Max size (bytes) | `104857600` | 100MB
|
| `main` | `maxfilesize` | `Number` | Max size (bytes) | `104857600` | 100MB
|
||||||
| `main` | `adminmultiplier` | `Float` | Admin boost | `3.5` | 350MB
|
| `main` | `adminmultiplier` | `Float` | Admin boost | `3.5` | 350MB
|
||||||
|
|||||||
Reference in New Issue
Block a user