-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduction.json
More file actions
39 lines (39 loc) · 839 Bytes
/
production.json
File metadata and controls
39 lines (39 loc) · 839 Bytes
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
{
"database": {
"postgresserver": [
{
"host": "localhost",
"port": "5432",
"user": "postgres",
"pass": "admin",
"db": "lab"
}
],
"redisserver": [
{
"host": "localhost",
"port": "6379",
"user": "",
"pass": "",
"db": 0
}
],
"elasticserver": [
{
"protocol": "http",
"host": "localhost",
"port": "9200"
}
]
},
"settingmode": {
"private_key_path": "/Users/suriya/go/src/github.com/suriyajaboon/bigquery/settings/keys/private_key",
"public_key_path": "/Users/suriya/go/src/github.com/suriyajaboon/bigquery/settings/keys/keys/public_key.pub",
"jwt_expiration_delta": 72
},
"logs": {
"success": "",
"error": "",
"application": "./bigQuery.log"
}
}