This repository was archived by the owner on Jun 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdefault.json
More file actions
56 lines (56 loc) · 1.61 KB
/
default.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"host": "localhost",
"port": 3030,
"baseURL": "http://localhost:3030",
"frontURL": "http://localhost:3000",
"public": "../public/",
"debug": true,
"logLevel": "log",
"paginate": {
"default": 10,
"max": 100
},
"thumbor": {
"url": false,
"key": false
},
"apiSecret": "TE9TqAk2xK[9EFJL",
"sentry": {},
"seeder": {
"runOnInit": false,
"dropDatabase": false
},
"defaultEmail": "[email protected]",
"smtpConfig": {
"host": "0.0.0.0",
"port": 1025,
"ignoreTLS": true
},
"mongodb": "mongodb://localhost:27017/hc_api",
"authentication": {
"secret": "8063adf5c0c90f12a2bbae72dc331fa0f1b4e3531980663ac7695bf108171285dc8a1ba8eaacffa11d58212301ddeae910d8ecb477782cab7d33a35b7b6c7355977da35d5fa68fa2dbc28105753629d97714d91a1163122c38850582fb0a2c774e608184dc7d7c508423870b214935046b2421b5bc60124a15d2f2df415d43c87be402a3f98bad15d78a5ca6b303243314e847d86bdb2027aa2bea0d06449cff7cef53a131bac08480fe79095a2700fae88d1454de61b87bad2449cf485a9bdecd16fc98a7defb96220f1ccd2a80f0c5838152971858338fb17f6d4b6e348992c7c838a55f3f9f2dce5c85911cb4f1b561e82ef3984dc51b3baf10ba33688a70",
"strategies": [
"jwt",
"local"
],
"path": "/authentication",
"service": "users",
"session": false,
"jwt": {
"header": {
"type": "access"
},
"audience": "http://localhost",
"subject": "anonymous",
"issuer": "feathers",
"algorithm": "HS256",
"expiresIn": "1d"
},
"local": {
"entity": "user",
"service": "users",
"usernameField": "email",
"passwordField": "password"
}
}
}