-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (59 loc) · 2.58 KB
/
config.json
File metadata and controls
62 lines (59 loc) · 2.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"params": {
"local_server": "True",
"local_url": "mysql://root:@localhost/memerkidas",
"prod_url": "mysql://root:Shiva@123@localhost/memerkida",
"mainTitle": "MemerKida",
"author": "memer-kida",
"phone": "7666230646",
"address": "Yavatmal, MH, 445001",
"copyright": "memer-kida.dev",
"favTitle": "memer-kida",
"brandName": "memer-kida",
"tw_url": "https://twitter.com/_memer_kida",
"fb_url": "https://www.facebook.com",
"ig_url": "https://www.instagram.com/memer_kida_official/",
"gh_url": "https://github.com/Devbijwe",
"gmail_user": "youremail@gmail.com",
"gmail_pswd": "lyjmfdfd23",
"admin_username": "Admin",
"admin_password": "Admin@123",
"editImg": "\\MemerKida\\static\\editImg",
"editImagesUpload": "\\MemerKida\\static\\customers\\editedImages\\images",
"editTshirtUpload": "\\MemerKida\\static\\customers\\editedImages\\tshirts",
"ImgAnswers": "\\MemerKida\\static\\customers\\ImgAnswers",
"samplePostImgUpload": "\\MemerKida\\static\\files\\samplePosts",
"samplePostTshirtUpload": "\\MemerKida\\static\\files\\samplePostsTshirts",
"tshirtUpload": "\\MemerKida\\static\\files\\Tshirts",
"customizeUpload": "\\MemerKida\\static\\assets\\customize"
},
"directories": {
"editImg": "\\MemerKida\\static\\editImg",
"samplePostImgUpload": "\\MemerKida\\static\\assets\\samplePosts",
"samplePostTshirtUpload": "\\MemerKida\\static\\assets\\samplePostsTshirts",
"editImagesUpload": "\\MemerKida\\static\\assets\\editedImages\\images",
"editTshirtUpload": "\\MemerKida\\static\\assets\\editedImages\\tshirts",
"tshirtUpload": "\\MemerKida\\static\\assets\\Tshirts",
"ImgAnswers": "\\MemerKida\\static\\assets\\ImgAnswers",
"invoices": "\\MemerKida\\files\\invoices",
"customizeUpload": "\\MemerKida\\static\\assets\\customize"
},
"EcomExpress": {
"username": "username",
"password": "password"
},
"paymentGateway": {
"gateway_name": "ccavenue",
"gateway_url": "https://ccavenue.com/",
"merchant_id": "merchant_id",
"access_code": "access_code",
"working_key": "working_key",
"access_code2": "access_code2",
"working_key2": "working_key2",
"redirect_url": "https://memerkida.com/orders=view",
"cancel_url": "https://memerkida.com",
"base_url": "https://memerkida.com",
"currency": "INR",
"language": "EN"
}
}