remove explicit port
This commit is contained in:
@ -26,7 +26,6 @@ braid:
|
||||
environment:
|
||||
VIRTUAL_HOST: ysbraid.localhost
|
||||
HTTPS_METHOD: noredirect
|
||||
VIRTUAL_PORT: 8443
|
||||
```
|
||||
* once complete and confirmed to function, create a new PR for the measure repo, with the new tag and await ultimate judgement
|
||||
|
||||
@ -38,8 +37,8 @@ braid:
|
||||
* `tsc` transpiles the typescript in braid into javascript
|
||||
* `compose build braid` builds the braid container based on the latest transpiled javascript files
|
||||
* `comopose up -d` builds the braid container based on the files in the braid folder, overriding the default braid build container
|
||||
* you can see if braid is running by typing in `https://ysbraid.localhost:8443`
|
||||
* to connect to braid you need to use the url `wss://ysbraid.localhost:8443?token={token}`
|
||||
* you can see if braid is running by typing in `https://ysbraid.localhost`
|
||||
* to connect to braid you need to use the url `wss://ysbraid.localhost?token={token}`
|
||||
* the token is generated in the application that you're connecting to the braid app with (currently only measure has an implementation for this)
|
||||
* you can generate a token for development in your local console (`app-console`) with the following commands:
|
||||
|
||||
|
Reference in New Issue
Block a user