-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppSetting.json
More file actions
59 lines (59 loc) · 1.26 KB
/
Copy pathAppSetting.json
File metadata and controls
59 lines (59 loc) · 1.26 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
{
"version": "1.0.8",
"appName": "codehuntz",
"domain": "codehuntz.com",
"port": 80,
"staticPath": "Public",
"apiPrefix": "api",
"cors": true,
"dbType": "mysql",
"controllers": [],
"multerOptions": null,
"autoDatabaseSetup": false,
"disableWeb": false,
"dbUseLowerCase": true,
"_dbConfig": {
"connectionLimit": 10,
"host": "178.128.182.155",
"user": "devesh",
"password": "DKrock143!$#",
"database": "codehuntz",
"multipleStatements": true,
"ssl": false,
"insecureAuth": true
},
"dbConfig": {
"connectionLimit": 10,
"host": "127.0.0.1",
"user": "root",
"password": "admin",
"database": "codehuntz",
"multipleStatements": true,
"ssl": false,
"insecureAuth": true
},
"sessionTimeout": 86400,
"smtpConfig": {
"host": "codehuntz.com",
"port": 587,
"secure": false,
"username": "test@codehuntz.com",
"password": "123456"
},
"twilio": {
"accountId": "",
"token": ""
},
"sso": {
"google": {
"clientId": "803370434630-4rud03224e76id30lch382sbifrssgdh.apps.googleusercontent.com",
"secrate": "9PHbr64ctrOwWZKX6rfU3tk8",
"redirectUri": "https://www.codehuntz.com/api/google",
"appRedirect": "/",
"authFailedRedirect": "/Login?error=User not registered"
},
"microsoft": {},
"facebook": {},
"github": {}
}
}