<password>postgres</password>
</database>
<files>
- <!-- successfull report outputs go here -->
+ <!-- successful report outputs go here -->
<output_base>/openils/var/reporter/output</output_base>
<success_template>/openils/var/data/report-success</success_template>
<fail_template>/openils/var/data/report-fail</fail_template>
<!-- The section between <gateway>...</gateway> is a standard OpenSRF C stack config file -->
<gateway>
- <!-- we consider ourselves to the the "originating" client for requests,
+ <!-- we consider ourselves to be the "originating" client for requests,
which means we define the log XID string for log traces -->
<client>true</client>
# --------------------------------------------------------------------
-
# --------------------------------------------------------------------
# Build targets. Options include:
#
# openils_db - installs the database schemas
# openils_reporter - installs the base of OpenILS Reporter
#
-# evergreen_cor - builds core Evergreen components (does not build evergreen_xul_client!)
+# evergreen_core - builds core Evergreen components (does not build evergreen_xul_client!)
# evergreen_xul_client - client XUL application
#
# When running the server components of OpenSRF/OpenILS, the simplest
# --------------------------------------------------------------------
# Global install prefix. Binaries will be installed into PREFIX/bin,
-# libraries will be installed into PERFIX/lib, etc. The user
+# libraries will be installed into PREFIX/lib, etc. The user
# running 'install.sh install' must have write permissions to PREFIX
# --------------------------------------------------------------------
PREFIX="/openils/";
DBDRVR="Pg";
DBHOST="127.0.0.1";
DBPORT="5432";
-DBNAME="demo-dev";
+DBNAME="evergreen";
DBUSER="postgres";
DBVER="82";
-DBPW="";
+DBPW="postgres";