Skip to content

Commit

Permalink
refactor(cloud): migrate from cloudflare to AWS s3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrudnik committed Aug 31, 2022
1 parent fb63a27 commit 5bef206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_BASE_URL=
REACT_APP_ASSETS_BUCKET=https://lightence-image-r2-worker.cloudflare480.workers.dev
REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com

# more info https://create-react-app.dev/docs/advanced-configuration
ESLINT_NO_DEV_ERRORS=true
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_BASE_URL=
REACT_APP_ASSETS_BUCKET=https://lightence-image-r2-worker.cloudflare480.workers.dev/
REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com

0 comments on commit 5bef206

Please sign in to comment.