-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInstuctions.txt
More file actions
39 lines (26 loc) · 1.13 KB
/
Instuctions.txt
File metadata and controls
39 lines (26 loc) · 1.13 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
35
36
37
38
ADMIN = "Set your username Here"
CLOUDINARY_API_SECRET = "Paste your cloudinary secret here"
CLOUDINARY_KEY = "Paste your cloudinary key here"
CLOUDINARY_NAME = "Paste your cloudinary's cloud name here"
DB = "Set your MongoDB URL Here (Must be specified with username and password)"
GOLD_BOX = "Set your hashed password here"
GOLD_KEY = "Paste your salt used for hasing"
MAILAPI = "Paste your Mailgun API key"
MAILDOMAIN = "Enter your Mailgun's Domain address (URL)"
NODE_ENV = "production"
SECRET = "Enter a random hashvalue"
<Save the above in .envrename file and rename it as .env >
-----------------------------------------------------------------
For Password hasing use: https://stasher.netlify.com
For faster image loading create image transformations in cloudinary
and set transformation names in `client/src/views/transformations.json`
In the following format:
{
"transformations": {
"cards": "YOUR TRANSFORMATION1 NAME/",
"header": "YOUR TRANSFORMATION2 NAME/"
}
}
Enter 'https://yourdomainname/admin/dashboard' to access the admin panel.
Thats all!
-----------------------------------------------------------------