Merge branch 'master' of https://github.com/psychobunny/node-forum
commit
db8140a1b6
@ -1,7 +1,8 @@
|
|||||||
#################
|
#################
|
||||||
## npm
|
## npm
|
||||||
#################
|
#################
|
||||||
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
node_modules/
|
node_modules/
|
||||||
sftp-config.json
|
sftp-config.json
|
||||||
|
public/config.json
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"socket" : {
|
||||||
|
"address" : "localhost",
|
||||||
|
"port" : "4567"
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"socket" : {
|
|
||||||
"address" : "198.199.80.41",
|
|
||||||
"port" : "8081"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue