In your wp-config.php just add the following lines below:
define('WP_HOME','http://moingaytoisong.dev');
define('WP_SITEURL','http://moingaytoisong.dev');
It will rewrite the url in the database, so you no longer need to change the url in wp_options. Your local website and your real-time website can use the same database without any problems.