make it work
[platform/upstream/corewatcher.git] / corewatcher.conf
1 #
2 # Configuration file for the corewatcher.org crash collector
3 #
4
5 #
6 # Set the following variable to "yes" if you want to automatically
7 # submit your bactraces to the database for use by your distribution or the
8 # Moblin developers
9 #
10 #
11 # PRIVACY NOTE
12 # Enabling this option will cause your system to submit certain application
13 # output to the corewatcher.org website, where it will be available via
14 # this website to developers and everyone else.
15 # The submitted info are so-called "backtraces", application crash signature.
16 # However, due to the nature of backtraces, it may happen that a few 
17 # user inputs are being sent together
18 # with the backtrace.
19 #
20 # Default is "ask" which uses a UI application t ask the user for permission
21 #
22 allow-submit = ask
23
24 #
25 # Set the following variable to "yes" if you want to allow your 
26 # Linux distribution vendor to pass the backtraces on to the central corewatcher.org
27 # database as used by the Moblin developers
28 #
29 allow-pass-on = yes
30
31 #
32 # URL for submitting the backtraces
33 #
34
35 submit-url = http://submit.corewatcher.org/submit.php