De-brand config file
[platform/upstream/corewatcher.git] / corewatcher.conf
1 #
2 # Configuration file for the corewatcher.org crash collector
3 #
4
5 [corewatcher]
6
7 #
8 # Set the following variable to "yes" if you want to automatically
9 # submit your bactraces to the database for use by your distribution or the
10 # distribution's developers
11 #
12 #
13 # PRIVACY NOTE
14 # Enabling this option will cause your system to submit certain application
15 # output to the corewatcher.org website, where it will be available via
16 # this website to developers and everyone else.
17 # The submitted info are so-called "backtraces", application crash signature.
18 # However, due to the nature of backtraces, it may happen that a few
19 # user inputs are being sent together
20 # with the backtrace.
21 #
22 # Default is "ask" which uses a UI application t ask the user for permission
23 #
24 allow-submit=yes
25
26 #
27 # Set the following variable to "yes" if you want to allow your
28 # Linux distribution vendor to pass the backtraces on to the central corewatcher.org
29 # database as used by the distribution's developers
30 #
31 allow-pass-on=yes
32
33 #
34 # Delete the coredumps after processing
35 #
36 unlink=no
37
38 #
39 # URL for submitting the backtraces
40 # Up to 10 additional URLs can be added in the same format
41 # ie:
42 # submit-url = http://url1.com/submitbug.php
43 # submit-url = http://url2.com/submitbug.php
44 #
45
46 submit-url=http://kojibuild7.jf.intel.com/submit_crash/
47
48 #
49 # Location for the distribution's build release file
50 #
51
52 release-info=/etc/os-release
53
54 #
55 # Location to store coredumps after they are processed
56 #
57
58 core-folder=/tmp/corewatcher/
59