Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
meetakshi253 committed Dec 26, 2021
1 parent ee67735 commit c136269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORT=5000
DATABASE_URL="<your mysql database url>"
CLIENT_ORIGIN="[http://localhost:3000](http://localhost:3000/)"
API_BASE_URL="[http://localhost:5000](http://localhost:5000/)"
CLIENT_ORIGIN="http://localhost:3000"
API_BASE_URL="http://localhost:5000"
SESSION_NAME="<your session name>"
COOKIE_SECRET="<your cookie secret>"
UPLOADS_ROOT=<serve images and documents from here>
Expand Down

0 comments on commit c136269

Please sign in to comment.