Config.php 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <?php /** * Created by PhpStorm. * User: Ziy * Date: 14/9/29 * Time: 下午5:45 */ class YHMIm_Config { const exchangeName = 'yhm.im'; const routeName = 'yhm.route'; const queueName = 'yhm.message'; const userRouteName = 'yhm.route.user.'; }