-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from EnigmaCurry/cryptpad
Cryptpad
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,11 @@ ACME_CERT_RESOLVER=production | |
## Go to account settings, find Public Signing Key, and replace it here in ADMIN_KEY: | ||
## Then restart cryptpad, and your account will now be an administrator. | ||
ADMIN_KEY=[[email protected]/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=] | ||
|
||
# Enter your email if you want it displayed for support purposes: | ||
[email protected] | ||
|
||
# Some Cryptpad configs: | ||
DEFAULT_STORAGE_LIMIT="1000 * 1024 * 1024" | ||
MAX_UPLOAD_SIZE="100 * 1024 * 1024" | ||
BLOCK_DAILY_CHECK=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters