Skip to content

Commit

Permalink
Update .env file configuration for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
roperi committed Dec 10, 2023
1 parent 252a3b5 commit 0dd0dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ Update your frontend's env file for production use. Note that we are going to us
# Add to .env
REACT_APP_BASE_URL=http://your-domain-name.com/
REACT_APP_SITE_URL=http://your-domain-name.com/
REACT_APP_BASE_URL=http://api.your-domain-name.com/
REACT_APP_SITE_URL=http://api.your-domain-name.com/
REACT_APP_SIGNUP_URL=http://api.your-domain-name.com/accounts/signup/
REACT_APP_SIGNIN_URL=http://api.your-domain-name.com/admin/
REACT_APP_PUBLISHABLE_KEY='YOUR-STRIPE-PUBLISHABLE-KEY'
Expand Down

0 comments on commit 0dd0dd5

Please sign in to comment.