<?php
// User Settings
// mySQL settings
$username="delta_user";
$password="deltapass";
$database="deltasql";
// computer, on which the mySQL instance runs
$dbserver = "localhost";
// on which DNS name the Apache deltasql server is published (no SLASH at the end)
$dns_name="http://127.0.0.1/deltasql";
$test_system=true; // set to false in production
// else it will display admin password on login.
// default database type for schemas managed by deltasql
$dbdefault="Oracle";
// If set to true, the wiki and mailing lists are disabled
// The $enterprise_logo is used as logo
$enterprise_edition=false;
$enterprise_name="LogObject";
$enterprise_website="http://www.logobject.ch";
$enterprise_logo="pictures/enterprise_logo.jpg";
// for performance reason, you might want disable SQL highlighting in the
// synchronization form
$disable_sql_highlighting=false;
// disables the top ten submitters link
$disable_topten_submitters=false;
// if your clients are preinstalled, you might want to disable the table
// with external clients like dbredactor and ant-client on the main page
$disable_clients_table_on_main_page=false;
// default script title when submitting a new script
$default_script_title="db update";
// used to include piwiki stats (only for www.gpu-grid.net/deltasql/
$include_piwik_stats=false;
?>