Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 80e60807603e326e09c20761fc49565a > files > 2

greensql-console-0.5.0-2mdv2010.0.noarch.rpm

<?php

# Uncomment the following line to switch to demo version
#$demo_version = 1;

# greensql version
$version = "0.5.0";

# MySQL Database IP address
$db_host = "127.0.0.1";

#MySQL Database Port Value.
$db_port = 3306;

# MySQL database name used to store greensql confiuration and alerts
$db_name = "greendb";

# MySQL database user and password
$db_user = "green";
$db_pass = "pwd";

# If you run greensql-fw service on the same computer you can specify
# location of it's log file. It will be visible as part of the console.
$log_file = "/var/log/greensql/greensql.log";

# Number of lines to show when viewing log file.
$num_log_lines = 200;

# Generated web pages cache
$cache_dir = "/var/lib/greensql-console/smarty/templates_c";

?>