Skip to content

Commit

Permalink
change acc code rabbin-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 15, 2024
1 parent f1ba058 commit 96e1169
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 1,243 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ PORT=4321

# Run Talawa-api locally in your system, and put its url into the same.

REACT_APP_TALAWA_URL=
REACT_APP_TALAWA_URL=http://localhost:4000/graphql/

# Do you want to setup and use "I'm not a robot" Checkbox (Google Recaptcha)?
# If no, leave blank, else write yes
# Example: REACT_APP_USE_RECAPTCHA=yes

REACT_APP_USE_RECAPTCHA=
REACT_APP_USE_RECAPTCHA=yes

# If you are using Google Recaptcha, i.e., REACT_APP_USE_RECAPTCHA=yes, read the following steps
# Get the google recaptcha site key from google recaptcha admin or https://www.google.com/recaptcha/admin/create
# from here for reCAPTCHA v2 and "I'm not a robot" Checkbox, and paste the key here.
# Note: In domains, fill localhost

REACT_APP_RECAPTCHA_SITE_KEY=
REACT_APP_RECAPTCHA_SITE_KEY=6Lc8sJsqAAAAAM9BKO4-veuu9kaVm50NXT6E0tT1

# has to be inserted in the env file to use plugins and other websocket based features.
REACT_APP_BACKEND_WEBSOCKET_URL=ws://localhost:4000/graphql/
Expand Down
Loading

0 comments on commit 96e1169

Please sign in to comment.