mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
introduce port config
Signed-off-by: Jack (T.) Jia <jack-tiefeng.jia@ibm.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,3 +4,6 @@ node_modules/
|
||||
output
|
||||
dist
|
||||
.history/
|
||||
|
||||
# mac
|
||||
.DS_Store
|
||||
@@ -15,4 +15,6 @@ commands:
|
||||
start: bin/start.sh
|
||||
apimlServices:
|
||||
static:
|
||||
- file: sample-node-api.yml
|
||||
- file: sample-node-api.yml
|
||||
configs:
|
||||
port: 18000
|
||||
|
||||
Reference in New Issue
Block a user