-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.env.example
More file actions
34 lines (22 loc) · 1.24 KB
/
.env.example
File metadata and controls
34 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 👋 Welcome, we're glad you're setting up an installation of Talawa-admin. Copy this
# file to .env or set the variables in your local environment manually.
# Custom port number for the talawa-admin development server to run on. Default is 4321.
PORT=4321
# Docker daemon mode:
# ROOTFUL - default Docker daemon socket (/var/run/docker.sock)
# ROOTLESS - user-space Docker daemon socket (/run/user/$UID/docker.sock)
DOCKER_MODE=ROOTFUL
# Run Talawa-api locally in your system, and put its url into the same.
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=
# 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=
# If you want to logs Compiletime and Runtime error , warning and info write YES or if u want to
# keep the console clean leave it blank
ALLOW_LOGS=