Index: lams_webct_integration/build.properties =================================================================== diff -u -r14d46b3314d205f74c8e8752c84e44b74219c9cd -r68f267ac2d645a22be690c24a0bd71bf8b85a590 --- lams_webct_integration/build.properties (.../build.properties) (revision 14d46b3314d205f74c8e8752c84e44b74219c9cd) +++ lams_webct_integration/build.properties (.../build.properties) (revision 68f267ac2d645a22be690c24a0bd71bf8b85a590) @@ -13,12 +13,17 @@ # The type of database used, tested for MySql dbType=MySql +#dbType=Oracle # The host of the database dbHost=localhost # The port database is running through +# MySql Default dbPort=3306 +#Oracle Default +dbPort=1521 + # Database name, table name, user and password with access from WebCt server dbName=lams