Clean out meego/tizen specific things and quiet compile warnings
[platform/upstream/corewatcher.git] / corewatcher.conf
index dd8b775..5fbadeb 100644 (file)
@@ -2,10 +2,12 @@
 # Configuration file for the corewatcher.org crash collector
 #
 
+[corewatcher]
+
 #
 # Set the following variable to "yes" if you want to automatically
 # submit your bactraces to the database for use by your distribution or the
-# MeeGo developers
+# distribution's developers
 #
 #
 # PRIVACY NOTE
 #
 # Default is "ask" which uses a UI application t ask the user for permission
 #
-allow-submit = ask
+allow-submit=yes
 
 #
 # Set the following variable to "yes" if you want to allow your
 # Linux distribution vendor to pass the backtraces on to the central corewatcher.org
-# database as used by the MeeGo developers
+# database as used by the distribution's developers
 #
-allow-pass-on = yes
+allow-pass-on=yes
 
 #
 # Delete the coredumps after processing
 #
-unlink = no
+unlink=no
 
 #
 # URL for submitting the backtraces
@@ -41,10 +43,17 @@ unlink = no
 # submit-url = http://url2.com/submitbug.php
 #
 
-submit-url = http://crashdb.meego.com/submitbug.php
+submit-url=http://kojibuild7.jf.intel.com:8000/submit_crash/
+
+#
+# Location for the distribution's build release file
+#
+
+release-info=/etc/os-release
 
 #
-# Location for the MeeGo build release file
+# Location to store coredumps after they are processed
 #
 
-release-info = /etc/meego-release
\ No newline at end of file
+core-folder=/tmp/corewatcher/
+