Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen G Pope authored and Stephen G Pope committed Sep 13, 2024
1 parent 990c133 commit 1cac37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/gdrive_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
gdrive_upload_bp = Blueprint('gdrive_upload', __name__)

# Import settings from environment variables
STORAGE_PATH ="/tmp/"
STORAGE_PATH ="/app/files/"
GCP_SA_CREDENTIALS = os.getenv('GCP_SA_CREDENTIALS')
GDRIVE_USER = os.getenv('GDRIVE_USER')

Expand Down

0 comments on commit 1cac37f

Please sign in to comment.