You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: express_webpack/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
## WebSDK Sandbox Environment
3
3
### Run Instructions
4
4
1.`docker-compose up`
5
-
- If SSL certs need to be created, this will be done for you automatically with the common name default setting `texas` and alternative DNS names (this can be customized in `certs/gen-cert.sh`):
6
-
-localhost
5
+
- If SSL certs need to be created, this will be done for you automatically with the common name default setting `localhost` and alternative DNS names (this can be customized in `certs/gen-cert.sh`):
6
+
-texas
7
7
- california
8
8
- oregon
9
9
- washington
@@ -75,6 +75,8 @@ All builds default to `https` unless `--http` is passed to the end of the build
75
75
- HTTP: `4000`
76
76
- HTTPS: `4001`
77
77
78
+
Use the **`--no-port`** build flag to build without a port number. This is useful when using a reverse proxy like [ngrok](https://ngrok.com/) to serve your localhost environment on the web.
79
+
78
80
**API**: dev-environment API calls will be made to the `3001` port (e.g: `<custom-origin>:3001`)
79
81
80
82
### Running in Combination with OneSignal Container (dev-dev)
0 commit comments