Para usar valores fixos 'doSomething' e 'true' para todos os registros inseridos:
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1
insert into table2 (Xid, configKey, ConfigVal)
select id, 'doSomething', 'true'
from table1