convert to utf8

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@52184 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-11-19 11:28:18 +00:00
parent b7277aa8cc
commit ad8e50f658
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
{
"server": {
"port": 4000,
"mode": "development"

View File

@ -1,4 +1,4 @@
var config = require('./config.json');
var config = require('./config.json');
process.env.NODE_ENV = config['server']['mode'];

View File

@ -1,4 +1,4 @@
var sockjs = require('sockjs'),
var sockjs = require('sockjs'),
nodehun = require('nodehun'),
config = require('./config.json'),
logger = require('./../../Common/sources/logger');