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

Commit 5dbd032

Browse files
authored
Merge pull request #14 from strongloop/add-swagger-config
Add swagger config
2 parents bd42417 + 8692156 commit 5dbd032

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"restApiRoot": "/api",
33
"host": "0.0.0.0",
44
"port": 3000,
5-
"url": "https://localhost:3000/"
5+
"url": "https://localhost:3000/",
6+
"swagger": {
7+
"protocol": "https"
8+
}
69
}

0 commit comments

Comments
 (0)