introduce port config

Signed-off-by: Jack (T.) Jia <jack-tiefeng.jia@ibm.com>
This commit is contained in:
Jack (T.) Jia
2021-11-08 14:13:10 -05:00
parent 94c6c88afd
commit 0473c6e277
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ node_modules/
output
dist
.history/
# mac
.DS_Store

View File

@@ -15,4 +15,6 @@ commands:
start: bin/start.sh
apimlServices:
static:
- file: sample-node-api.yml
- file: sample-node-api.yml
configs:
port: 18000