Index: lams_webct_integration/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/build.properties,v diff -u -r1.2 -r1.3 --- lams_webct_integration/build.properties 27 Nov 2007 23:13:09 -0000 1.2 +++ lams_webct_integration/build.properties 5 Dec 2007 04:30:46 -0000 1.3 @@ -3,16 +3,20 @@ # DATABASE CONFIGURATION (cant be changed after installation) ############################# -# The host of the SQL Server -dbHost=localhost +# The type of database used tested for MsSql and MySql +dbType=MySql -# The port SQL Server is running through -dbPort=1433 +# The host of the database +dbHost=192.168.111.30 +# The port database is running through +dbPort=3306 + # Database name user and password with permision to webct database -dbName=webctdatabase -dbUser=sa -dbPass=hernamewaslola +dbName=lams +dbTable=webct_lams_lesson +dbUser=webct_lams_user +dbPass=webctpass #############################