-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
37 lines (25 loc) · 947 Bytes
/
.env.example
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
NODE_ENV=<environment> //test || production || dev
DEBUG=false
MONGO_DEV_URI=<development-database>
MONGO_PROD_DB=<production-database>
MONGO_TEST_DB=<test-database>
MONGO_DEV_DB=<dev-database>
SECRET=<the_secret_to_sign_token>
ADMIN_EMAIL=<nodemailer-sender-email>
ADMIN_PASS=<nodemailer-google-app-password>
COORDINATOR_EMAIL=<coordinator-email-address>
COORDINATOR_PASS=<coordinator-email-password>
MANAGER_EMAIL=<manager-email-address>
MANAGER_PASS=<manager-email-password>
CLOUD_NAME=<cloud-name>
API_KEY=<cloudinary-api-key>
API_SECRET=<cloudinary-api-secret>
ACCESS_TOKEN=<Oauth-access_token>
SENDER_EMAIL=<sender_email>
OAUTH_TYPE=<Oauth_type>
OAUTH_HOST=<oauth_host>
TEST_EMAIL=<test-credentials-email>
TEST_PASS=<test-credentials-password>
FRONTEND_LINK=<redirection-link-for-event-invitations>
REGISTER_FRONTEND_URL=<frontend-url-for-user-registration>
REGISTER_ORG_FRONTEND_URL=<frontend-url-for-organization-registration>