mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 21:57:57 +02:00
feat: increases maximum file size
This commit is contained in:
@@ -34,8 +34,8 @@ const config: Config = {
|
|||||||
CLIENT_SECRET: "CLIENT_SECRET",
|
CLIENT_SECRET: "CLIENT_SECRET",
|
||||||
GITHUB_TOKEN: "",
|
GITHUB_TOKEN: "",
|
||||||
DEFAULT_QUOTA: 2 * 1024 * 1024 * 1024 * 8,
|
DEFAULT_QUOTA: 2 * 1024 * 1024 * 1024 * 8,
|
||||||
MAX_FILE_SIZE: 10 * 1024 * 1024, // in b
|
MAX_FILE_SIZE: 100 * 1024 * 1024, // in b, 10MB
|
||||||
MAX_REPO_SIZE: 500 * 8 * 1024, // in kb
|
MAX_REPO_SIZE: 500 * 8 * 1024, // in kb, 500MB
|
||||||
ENABLE_DOWNLOAD: true,
|
ENABLE_DOWNLOAD: true,
|
||||||
AUTH_CALLBACK: "http://localhost:5000/github/auth",
|
AUTH_CALLBACK: "http://localhost:5000/github/auth",
|
||||||
ANONYMIZATION_MASK: "XXXX",
|
ANONYMIZATION_MASK: "XXXX",
|
||||||
|
|||||||
Reference in New Issue
Block a user