* @copyright 2003-2012:PgPool Global Development Group * @version CVS: $Id$ */ define("_PGPOOL2_CONFIG_FILE", "/usr/local/etc/pgpool.conf"); define("_PGPOOL2_PASSWORD_FILE", "/usr/local/etc/pcp.conf"); define("_PGPOOL2_COMMAND", "/usr/local/bin/pgpool"); define("_PGPOOL2_CMD_OPTION_C", "0"); define("_PGPOOL2_CMD_OPTION_LARGE_D", "0"); define("_PGPOOL2_CMD_OPTION_D", "0"); define("_PGPOOL2_CMD_OPTION_M", "s"); define("_PGPOOL2_CMD_OPTION_N", "0"); define("_PGPOOL2_CMD_OPTION_LARGE_C", "0"); define("_PGPOOL2_LOG_FILE", "/tmp/pgpool.log"); define("_PGPOOL2_PCP_DIR", "/usr/local/bin"); define("_PGPOOL2_PCP_HOSTNAME", "localhost"); define("_PGPOOL2_PCP_TIMEOUT", "10"); define("_PGPOOL2_STATUS_REFRESH_TIME", "0"); define("_PGPOOL2_PG_CONNECT_TIMEOUT", "10"); ?>