Skip to content

Commit

Permalink
update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentChanX committed Apr 6, 2017
1 parent 8360d4d commit 79c9783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const {
new TCPRelay({
serverAddress: process.env['SERVER_ADDRESS'] || '127.0.0.1',
serverPort: process.env['PORT'] || 1081,
password: process.env['password'] || 'shadowsocks-over-websocket',
method: process.env['method'] || 'aes-256-cfb'
password: process.env['PASSWORD'] || 'shadowsocks-over-websocket',
method: process.env['METHOD'] || 'aes-256-cfb'
}, false, 'info').bootstrap();

0 comments on commit 79c9783

Please sign in to comment.