fix: removing proxy url
This commit is contained in:
parent
36c9f8bd83
commit
b3bff4c72c
2 changed files with 0 additions and 20 deletions
|
|
@ -299,9 +299,6 @@ if bool(os.environ.get("SENTRY_DSN", False)) and os.environ.get(
|
|||
)
|
||||
|
||||
|
||||
# Application Envs
|
||||
PROXY_BASE_URL = os.environ.get("PROXY_BASE_URL", False) # For External
|
||||
|
||||
FILE_SIZE_LIMIT = int(os.environ.get("FILE_SIZE_LIMIT", 5242880))
|
||||
|
||||
# Unsplash Access key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue