begin;
set local creativesystems.logged_user to 'system';
set search_path to master;
update config
set config_value='https://c001.air.whitecloud.jp'
where config_name = 'Device:AirWatchURL';
update config
set config_value='YXBpYWRtaW46ZnIyMDE4'
where config_name = 'Device:AirWatchAuthorization';
update config
set config_value='Bk7XqZVERRwAn6gBbDSE1/Xkj89Kl40SANEIBDU99Wg='
where config_name = 'Device:AirWatchTenantCode';
update config
set config_value='http://34.246.70.214/airwatchpatterns'
where config_name = 'Device:AirWatchPatternsURL';
update config
set config_value='6d86dd539e624041b07d55e6acf3fb81'
where config_name = 'Device:AirWatchPatternsAPIKey';
commit;