update lams_configuration set config_value='@URL@' where config_key='ServerURL'; update lams_configuration set config_value='@INSTDIR@' where config_key='LamsHome'; update lams_configuration set config_value='@TEMPDIR@' where config_key='TempDir'; update lams_configuration set config_value='@DUMPDIR@' where config_key='DumpDir'; update lams_configuration set config_value='@EARDIR@' where config_key='EARDir'; update lams_configuration set config_value='@REPOSITORYDIR@' where config_key='ContentRepositoryPath'; update lams_configuration set config_value='@LOCALE@' where config_key='ServerLanguage'; update lams_configuration set config_value='@LOCALE_DIRECTION@' where config_key='ServerPageDirection'; update lams_configuration set config_value='@WILDFIRE_DOMAIN@' where config_key='XmppDomain'; update lams_configuration set config_value='@WILDFIRE_CONFERENCE@' where config_key='XmppConference'; update lams_configuration set config_value='@WILDFIRE_USER@' where config_key='XmppAdmin'; update lams_configuration set config_value='@WILDFIRE_PASS@' where config_key='XmppPassword';