sebastianliebscher commented on code in PR #25166: URL: https://github.com/apache/superset/pull/25166#discussion_r1313714723
########## superset/config.py: ########## @@ -680,17 +680,12 @@ class D3Format(TypedDict, total=False): # Image and file configuration # --------------------------------------------------- # The file upload folder, when using models with files -UPLOAD_FOLDER = BASE_DIR + "/app/static/uploads/" +UPLOAD_FOLDER = BASE_DIR + "/static/uploads/" UPLOAD_CHUNK_SIZE = 4096 -# The image upload folder, when using models with images -IMG_UPLOAD_FOLDER = BASE_DIR + "/app/static/uploads/" Review Comment: I couldn't find any usage of these variables. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
