Skip to content

Commit

Permalink
fix: wuhaolin.cn to live.wuhaolin.cn
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed Jun 2, 2017
1 parent 4b6a870 commit e27c8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/live/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { RTMP } from './rtmp';
import { FlvSupport } from '../support';
import '../index.scss';

export const HOST = process.env.NODE_ENV === 'production' ? 'wuhaolin.cn' : 'localhost';
export const HOST = process.env.NODE_ENV === 'production' ? 'live.wuhaolin.cn' : 'localhost';
const LS_KEY = 'reflv-live-state';

class ROOT extends PureComponent {
Expand Down

0 comments on commit e27c8f8

Please sign in to comment.