Index: lams_webct_integration/build.properties =================================================================== diff -u -r1e48e51fc873467eef72ce5af99d865c5a0d818c -rcf736e782de985fb389edc999a1588ea9d8893f6 --- lams_webct_integration/build.properties (.../build.properties) (revision 1e48e51fc873467eef72ce5af99d865c5a0d818c) +++ lams_webct_integration/build.properties (.../build.properties) (revision cf736e782de985fb389edc999a1588ea9d8893f6) @@ -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 #############################