pierre@0: It is possible to override adserve settings by adding them to the $conf array pierre@0: in settings.php. Read more about how to override a variable in the comments pierre@0: within settings.php. pierre@0: pierre@0: Any adserve variable can be overridden in this way. pierre@0: pierre@0: What follows is a sample overidden settings.php conf array, including some pierre@0: non-adserve variables along with adserve variables: pierre@0: pierre@0: ------------ pierre@0: pierre@0: conf = array( pierre@0: 'site_name' => 'My Drupal site', pierre@0: 'theme_default' => 'minelli', pierre@0: 'anonymous' => 'Visitor', pierre@0: 'adcache' => 'none', pierre@0: 'method' => 'javascript', pierre@0: );