Skip to content

Commit

Permalink
Merge pull request #23 from uploadcare/feature/new_uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Kirov authored Dec 28, 2023
2 parents ffaae2e + dc94d2a commit 1d39b34
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 101 deletions.
1 change: 1 addition & 0 deletions app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@
UPLOADCARE = {
"pub_key": os.getenv("UPLOADCARE_PUBLIC_KEY", "demopublickey"),
"secret": os.getenv("UPLOADCARE_SECRET_KEY", "demosecretkey"),
"use_legacy_widget": False,
}
Loading

0 comments on commit 1d39b34

Please sign in to comment.