-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
48 lines (41 loc) · 966 Bytes
/
config.json
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
{
"app": {
"host": "localhost",
"port": 8000,
"schema": "http",
"url": "http://localhost:8000"
},
"adminid": "<ID VK user>",
"adminemail": "<admin E-mail>",
"dbconnection": {
"host" : "localhost",
"user" : "root",
"password" : "root123",
"database" : "myparty"
},
"session": {
"secret": "it:demo:secret",
"key": "sid",
"cookie": {
"path": "/",
"httpOnly": true,
"maxAge": null
}
},
"memcached": {
"hosts": ["127.0.0.1:11211"],
"prefix": "it:demo:023:"
},
"auth": {
"vk": {
"app_id": 5493351,
"secret": "OyDchY0hX5ez9ajMBPIh"
}
},
"mailer": {
"auth": {
"user": "<E-mail server sender>",
"pass": "<Password server sender>"
}
}
}