Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit d3ef06f

Browse files
committed
minor
1 parent f29b704 commit d3ef06f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = {
44
projectRoot: process.cwd(),
55
cacheRoot: path.join(process.cwd(), 'cache'),
66
repoRoot: path.join(process.cwd(), 'repo'),
7-
secret: require('/js/secret.javascript-tutorial-translate-hook')
7+
secret: require('/js/secret.javascript-tutorial-stats')
88
};
99

10-
module.exports = config;
10+
module.exports = config;

ecosystem.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apps": [
33
{
4-
"name": "javascript-tutorial-translate-hook",
4+
"name": "javascript-tutorial-stats",
55
"script": "bin/server.js",
66
"instances": "1",
77
"node_args": "",
@@ -12,7 +12,7 @@
1212
"log_file": "/var/log/node/javascript.log",
1313
"error_file": "/var/log/node/javascript-err.log",
1414
"out_file": "/var/log/node/javascript-out.log",
15-
"cwd": "/js/javascript-tutorial-translate-hook",
15+
"cwd": "/js/javascript-tutorial-stats",
1616
"env": {
1717
"HOST": "::",
1818
"PORT": "80",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)