Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit db25026

Browse files
committed
Updated for project name references
1 parent 4fb5476 commit db25026

File tree

4 files changed

+87
-192
lines changed

4 files changed

+87
-192
lines changed

config.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metrics:
2727
# port: 8125
2828

2929
services:
30-
- name: service-template-node
30+
- name: service-scaffold-node
3131
# a relative path or the name of an npm package, if different from name
3232
module: ./app.js
3333
# optionally, a version constraint of the npm package
@@ -64,7 +64,7 @@ services:
6464
# - user-agent
6565
# - x-request-id
6666
# the user agent to use when issuing requests
67-
# user_agent: service-template-node
67+
# user_agent: service-scaffold-node
6868
# max JSON POST body size limit
6969
# max_body_size: 100kb
7070
# the template used for contacting the MW API

config.prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metrics:
2525
port: 8125
2626

2727
services:
28-
- name: service-template-node
28+
- name: service-scaffold-node
2929
# a relative path or the name of an npm package, if different from name
3030
module: ./app.js
3131
# optionally, a version constraint of the npm package
@@ -62,7 +62,7 @@ services:
6262
# - user-agent
6363
# - x-request-id
6464
# the user agent to use when issuing requests
65-
# user_agent: service-template-node
65+
# user_agent: service-scaffold-node
6666
# max JSON POST body size limit
6767
# max_body_size: 100kb
6868
# the template used for contacting the MW API

package-lock.json

Lines changed: 18 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)