Update Config
@@ -15,7 +15,7 @@ This documents provides some explanation of the keys found in config.json
|
||||
| `main` | `mail` | `String` | Admin email | `"admin@example.com"` |
|
||||
| `main` | `maxfilesize` | `Number` | Max size (bytes) | `104857600` | 100MB
|
||||
| `main` | `adminmultiplier` | `Float` | Admin boost | `3.5` | 350MB
|
||||
| `main` | `upload_limit` | `Number` | Max uploads | `300` | Uploads per day per user
|
||||
| `main` | `upload_limit` | `Number` | Max uploads | `300` | Uploads per 12 hours per user
|
||||
| `main` | `ignored` | `Array` | Domain blacklist | `["example.net", "example.org"]` | Domains to ignore for parser/url upload
|
||||
| `main` | `invite_secret` | `String` | Registration key | `"YOUR_SECRET_HERE"` | This is used to generate invite tokens and Link tokens for Matrix
|
||||
| `main` | `hide_comments_from_public` | `Boolean` | Privacy toggle | `false` | Hide/Show the Comments for public
|
||||
|
||||
Reference in New Issue
Block a user