From 6c4c7b5a334f9055860b44c69f45f455036b72c2 Mon Sep 17 00:00:00 2001 From: cubedro Date: Sat, 4 Apr 2015 01:46:51 +0300 Subject: [PATCH] changed tabs to spaces in processes.json --- processes.json | 69 +++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/processes.json b/processes.json index ab1481e..be40f7c 100644 --- a/processes.json +++ b/processes.json @@ -1,36 +1,37 @@ [ - { - "name" : "eth", - "cwd" : "~/bin/www/", - "script" : "bin/eth.sh", - "log_date_format" : "YYYY-MM-DD HH:mm Z", - "log_file" : "~/logs/eth-log.log", - "out_file" : "~/logs/eth-out.log", - "error_file" : "~/logs/eth-err.log", - "merge_logs" : false, - "watch" : false, - "exec_interpreter" : "bash", - "exec_mode" : "fork_mode" - }, - { - "name" : "node-app", - "cwd" : "~/bin/www/", - "script" : "app.js", - "log_file" : "~/logs/node-app-log.log", - "out_file" : "~/logs/node-app-out.log", - "error_file" : "~/logs/node-app-err.log", - "merge_logs" : false, - "watch" : false, - "exec_interpreter" : "node", - "exec_mode" : "fork_mode", - "env": - { - "NODE_ENV" : "production", - "RPC_HOST" : "localhost", - "RPC_PORT" : "8080", - "INSTANCE_NAME" : "", - "WS_SERVER" : "wss://eth-netstats.herokuapp.com", - "WS_SECRET" : "eth-net-stats-has-a-secret", - } - } + { + "name" : "eth", + "cwd" : "~/bin/www/", + "script" : "bin/eth.sh", + "log_date_format" : "YYYY-MM-DD HH:mm Z", + "log_file" : "~/logs/eth-log.log", + "out_file" : "~/logs/eth-out.log", + "error_file" : "~/logs/eth-err.log", + "merge_logs" : false, + "watch" : false, + "exec_interpreter" : "bash", + "exec_mode" : "fork_mode" + }, + { + "name" : "node-app", + "cwd" : "~/bin/www/", + "script" : "app.js", + "log_date_format" : "YYYY-MM-DD HH:mm Z", + "log_file" : "~/logs/node-app-log.log", + "out_file" : "~/logs/node-app-out.log", + "error_file" : "~/logs/node-app-err.log", + "merge_logs" : false, + "watch" : false, + "exec_interpreter" : "node", + "exec_mode" : "fork_mode", + "env": + { + "NODE_ENV" : "production", + "RPC_HOST" : "localhost", + "RPC_PORT" : "8080", + "INSTANCE_NAME" : "", + "WS_SERVER" : "wss://eth-netstats.herokuapp.com", + "WS_SECRET" : "eth-net-stats-has-a-secret", + } + } ] \ No newline at end of file