Ticket #43011: cif-server

File cif-server, 1.8 KB (added by jul_bsd@…, 10 years ago)
Line 
1# the simple stuff
2# cif_archive configuration is required by cif-router, cif_feed (cif-router, libcif-dbi)
3[cif_archive]
4# if we want to enable rir/asn/cc, etc... they take up more space in our repo
5# datatypes = infrastructure,domain,url,email,search,malware,cc,asn,rir
6datatypes = infrastructure,domain,url,email,search,malware
7
8# if you're going to enable feeds
9# feeds = infrastructure,domain,url,email,search,malware
10
11# enable your own groups is you start doing data-sharing with various groups
12#groups = everyone,group1.example.com,group2.example.com,group3.example.com
13
14# client is required by the client, cif_router, cif_smrt (libcif, cif-router, cif-smrt)
15[client]
16# the apikey for your client
17apikey = XXXXXX-XXX-XXXX
18
19[client_http]
20host = https://localhost:443/api
21verify_tls = 0
22
23# cif_smrt is required by cif_smrt
24[cif_smrt]
25# change example.com to your local domain and hostname respectively
26# this identifies the data in your instance and ties it to your specific instance in the event
27# that you start sharing with others
28#name = example.com
29#instance = cif.example.com
30name = localhost
31instance = cif.localhost
32
33# the apikey for cif_smrt
34apikey = XXXXXX-XXX-XXXX
35
36# advanced stuff
37# db config is required by cif-router, cif_feed, cif_apikeys (cif-router, libcif-dbi)
38[db]
39host = 127.0.0.1
40user = postgres
41password =
42database = cif
43
44# if the normal IODEF restriction classes don't fit your needs
45# ref: https://code.google.com/p/collective-intelligence-framework/wiki/RestrictionMapping_v1
46# restriction map is required by cif-router, cif_feed (cif-router, libcif-dbi)
47
48[restriction_map]
49#need-to-know = amber
50#private = red
51#default = amber
52#public = green     
53
54# logging
55# values 0-4
56[router]
57# set to 0 if it's too noisy and reload the cif-router (apache), only on for RC2
58debug = 1
59