Skip to content

Commit

Permalink
将allowOrigin默认值改为*
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly committed Jul 30, 2016
1 parent b5b22fb commit 7aa4b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var config = {
port: 8650,
allowOrigin: 'http://127.0.0.1:8000',
allowOrigin: '*',
maxRooms: 100,
serverName: 'A Myomyw Server',
version: '0.4',
Expand Down

0 comments on commit 7aa4b33

Please sign in to comment.