add profile picture support and rearrange things to be slightly more sane
This commit is contained in:
parent
9148e2068f
commit
15e1018476
6 changed files with 100 additions and 10 deletions
|
|
@ -6,5 +6,9 @@ MINIO_ACCESS_KEY = "access-key-goes-here"
|
|||
MINIO_SECRET_KEY = "secret-key-goes-here"
|
||||
|
||||
MAX_FILE_SIZE = 1024*1024*20
|
||||
MAX_PFP_SIZE = 1024*1024*1.5
|
||||
# It's a 24x24 image, you can fit that in 32k
|
||||
MAX_ICON_SIZE = 1024*32
|
||||
|
||||
# Need to figure out how to make this cooperate more
|
||||
ALLOWED_DOMAINS = ["*"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue