Skip to content

Commit

Permalink
fix: Fix logfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jun 23, 2017
1 parent 6db9651 commit 3916c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
{
"name" : "validatejavascript.com",
"script" : "packages/backend/index.js",
"error_file": "/var/web/eslint.com/logs/err.log",
"out_file": "/var/web/eslint.com/logs/out.log",
"error_file": "/var/web/eslint.io/logs/err.log",
"out_file": "/var/web/eslint.io/logs/out.log",
"env": {
"NODE_ENV": "production",
"PORT": "5004"
Expand Down

0 comments on commit 3916c72

Please sign in to comment.