Index: lams_common/db/sql/insert_lams_unix_config_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_lams_unix_config_data.sql,v diff -u -r1.26 -r1.27 --- lams_common/db/sql/insert_lams_unix_config_data.sql 4 Jul 2008 02:05:58 -0000 1.26 +++ lams_common/db/sql/insert_lams_unix_config_data.sql 4 Jul 2008 02:39:08 -0000 1.27 @@ -1,5 +1,5 @@ insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) -values ('ServerURL','http://192.168.111.40:8080/lams/', 'config.server.url', 'config.header.system', 'STRING', 1); +values ('ServerURL','http://shaun.melcoe.mq.edu.au/lams/', 'config.server.url', 'config.header.system', 'STRING', 1); insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) values ('ServerURLContextPath','lams/', 'config.server.url.context.path', 'config.header.system', 'STRING', 1); @@ -236,4 +236,4 @@ values ('AdminScreenSize','800x600', 'config.admin.screen.size', 'config.header.look.feel', 'STRING', 1); insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) -values ('GmapKey','', 'config.gmap.gmapkey', 'config.gmap.section.title', 'STRING', 0); \ No newline at end of file +values ('GmapKey','ABQIAAAAvPAE96y1iioFQOnrP1RCBxQ3ZLSPwrKlL-Fn7FdXNTuNedFYMRT30phEMjEwUhQPccHtJ9JNU1mknQ', 'config.gmap.gmapkey', 'config.gmap.section.title', 'STRING', 0); \ No newline at end of file