so commercial

This commit is contained in:
AJ ONeal 2018-06-15 22:50:32 +00:00
parent 2603c322bd
commit 09b1d5939e
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
emails
node_modules.*
include
bin/node

View File

@ -0,0 +1,11 @@
{ "terms_of_service": ":hostname/tos/"
, "api_host": "api.:hostname"
, "pair_request": {
"method": "POST"
, "pathname": "api/telebit.cloud/pair_request"
}
, "tunnel": {
"method": "wss"
, "pathname": ""
}
}