forked from medullan/navocat-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeda.yml
143 lines (139 loc) · 3.18 KB
/
meda.yml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
development:
config_check_interval: 1 # Intervals in seconds
disk_pool: 10
env: development
google_analytics_pool: 10
mapdb_path: db
data_path: meda_data
log_path: log/development.log
log_level: 0
hash_salt: b03dac7c42cc49ac805dcbbd0902e660
p3p: CP=\"DSP\"
logs:
all_log_path: log/app.log
error_log_path: log/error.log
file_history: 10
file_maxsize: 10000
error_email_from_account: [email protected]
error_email_from_account_password: update
error_email_to_account: [[email protected],[email protected]]
redis:
host: localhost
port: 6379
password: nil
pool: 10
time_out: 15
verification_api:
private_keys:
- 200ok
collection_name: rva
limit: 100
id_prefix: rva-
thread_id_key: meda_rva_id
h2:
db_conn_url: jdbc:h2:tcp://localhost/~/fepdb
features:
pre_request_log: true
post_request_log: true
logs_postgres: false
profile_store: hashdb
profile_loader: true
profile_service: onekey
all_log_file_logger: true
error_file_logger: true
stdout_logger: true
error_email_logger: false
google_analytics_debug: false
p3p: true
config_check: false
google_analytics_debug: true
verification_api: true
etag: true
production:
disk_pool: 4
env: production
google_analytics_pool: 16
mapdb_path: db
data_path: meda_data
log_path: log/production.log
log_level: 0
redis:
host: localhost
port: 6379
password: nil
pool: 10
time_out: 15
features:
pre_request_log: true
post_request_log: true
logs_postgres: false
profile_store: mapdb
verification_api: false
etag: false
performance:
disk_pool: 4
env: performance
google_analytics_pool: 16
mapdb_path: db
data_path: meda_data
log_path: log/performance.log
log_level: 1
redis:
host: localhost
port: 6379
password: nil
pool: 10
time_out: 15
features:
pre_request_log: true
post_request_log: true
logs_postgres: false
profile_store: mapdb
etag: false
test:
disk_pool: 2
env: test
google_analytics_pool: 2
mapdb_path: db
data_path: meda_data
log_path: log/test.log
log_level: 4
hash_salt: b03dac7c42cc49ac805dcbbd0902e660
config_check_interval: 1 # Intervals in seconds
p3p: CP=\"DSP\"
db_url: jdbc:postgresql://localhost:5433/collector-logs
logs:
all_log_path: log/app.log
error_log_path: log/error.log
file_history: 10
file_maxsize: 10000
error_email_from_account: [email protected]
error_email_from_account_password: update
error_email_to_account: [[email protected],[email protected]]
redis:
host: localhost
port: 6379
password: nil
pool: 10
time_out: 15
verification_api:
collection_name: rva
id_prefix: rva-
thread_id_key: meda_rva_id
features:
pre_request_log: true
post_request_log: true
logs_postgres: false
profile_store: hashdb
profile_loader: true
profile_service: onekey
all_log_file_logger: true
error_file_logger: true
stdout_logger: true
error_email_logger: false
google_analytics_debug: false
p3p: true
config_check: false
google_analytics_debug: true
verification_api: true
etag: true