# Sample configuration file for SPLAT! See splat/config.py for # definitions and default values. If this is your first # SPLAT! installation, install this file wherever you like, # but make sure the splat.cgi script can find it. There # are two ways of doing this: # - install it to the same directory as splat.cgi # - edit splat.cgi to look for your installed splat.conf # - install it anywhere else, but make a symlink from splat.cgi's # directory to your installed splat.conf # Note that this config file is Python source, so you can do funky stuff # like read files or access environment variables. # This sample config file only contains the variables that you must set # or almost certainly need to set. Make sure to uncomment each variable # as you define it. See splat/config.py for the the other variables you # can set here. # You must set the following variables here, because they set URLs and # email addresses used by SPLAT!: #BASE_URL = "http://www.example.com/bugs" #ADMIN_ADDR = ("bugs-admin@example.com", "SPLAT! Administrator") #BUG_ADDR = ("bugs@example.com", "SPLAT!") # These set filenames used by SPLAT!; unless you just happen to lay out # your web server the same way we do, you'll need to change them: #DB_FILENAME = "/www/var/splat.db" #DEBUG_LOG = "/www/log/splat-debug.log" #ERROR_LOG = "/www/log/splat-error.log"